Skip to content

Commit 863cd99

Browse files
committed
✨ fix dev script
1 parent 36cfd65 commit 863cd99

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git"
1414
},
1515
"scripts": {
16-
"dev": "vite-node src/index.ts",
16+
"dev": "vite-node src/run.ts",
1717
"build": "unbuild",
1818
"start": "node ./bin/cli.mjs",
1919
"version:set": "pnpm exec lerna version",

src/run.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { main } from "./index";
2+
3+
main();

0 commit comments

Comments
 (0)