mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 03:25:24 +00:00
convert to typescript
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { build, export as exporter } from 'sapper/core.js';
|
||||
import { dest, dev, entry, src } from '../config.js';
|
||||
import { dest, dev, entry, src } from '../config';
|
||||
|
||||
const cmd = process.argv[2];
|
||||
const start = Date.now();
|
||||
Reference in New Issue
Block a user