fix(cli): run dev-web crash

This commit is contained in:
Alex Yang
2023-06-30 15:57:32 +08:00
parent 99a60c37d0
commit 536bf01dd9
4 changed files with 18 additions and 2 deletions

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"