fix(script): 修改server启动命令

This commit is contained in:
dayjoy
2025-09-26 17:25:58 +08:00
parent d8a921b50a
commit a4ccdada1c

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "tsoa -c tsoaConfig.json spec-and-routes && tsc && tsc-alias",
"serve": "node ./build/index.js",
"serve": "yarn build && node ./build/index.js",
"start": "nodemon"
},
"keywords": [],