fix(cli): run dev-web crash

This commit is contained in:
Alex Yang
2023-06-30 15:57:32 +08:00
parent 68c4fccf98
commit fd0c1da608
4 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"type": "module",
"private": true,
"bin": {
"dev-web": "./src/dev.mts"
"dev-web": "./src/dev.mjs"
},
"scripts": {
"start": "ts-node-esm ./src/dev.mjs"