🐞 fix: 修复启动异常

This commit is contained in:
imsyy
2024-12-04 09:10:52 +08:00
parent 098b80865b
commit 0cce0d6067
21 changed files with 28 additions and 28 deletions

View File

@@ -32,7 +32,7 @@
"dev": "cross-env NODE_ENV=development tsx watch --no-cache src/index.ts",
"dev:cache": "cross-env NODE_ENV=development tsx watch src/index.ts",
"build": "tsc --project tsconfig.json",
"start": "cross-env NODE_ENV=development tsx dist/index.js"
"start": "cross-env NODE_ENV=development tsx dist/src/index.js"
},
"type": "module",
"dependencies": {