fix: 打包修改

This commit is contained in:
2024-10-24 09:36:57 +08:00
parent c832c0274a
commit f182838a2d
5 changed files with 14 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
"bin"
],
"scripts": {
"dev": "tsx src/index.ts ",
"dev": "tsx src/run.ts ",
"build": "rimraf dist && rollup -c",
"b": "./bin/envision.js"
},