feat: 修改pm3配置

This commit is contained in:
helti
2024-12-14 18:52:59 +08:00
parent 38f3f38403
commit b31d4f59a2
3 changed files with 3 additions and 3 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 node dist/index.js"
},
"type": "module",
"dependencies": {