We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cfd65 commit 863cd99Copy full SHA for 863cd99
package.json
@@ -13,7 +13,7 @@
13
"type": "git"
14
},
15
"scripts": {
16
- "dev": "vite-node src/index.ts",
+ "dev": "vite-node src/run.ts",
17
"build": "unbuild",
18
"start": "node ./bin/cli.mjs",
19
"version:set": "pnpm exec lerna version",
src/run.ts
@@ -0,0 +1,3 @@
1
+import { main } from "./index";
2
+
3
+main();
0 commit comments