fix(server): 修复一个tsoa的问题,见issue

https://github.com/lukeautry/tsoa/issues/1090
This commit is contained in:
dayjoy
2025-09-26 16:08:27 +08:00
parent d346a9f2f4
commit 8757f05e44
3 changed files with 539 additions and 179 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "tsoa spec-and-routes && tsc && tsc-alias",
"build": "tsoa -c tsoaConfig.json spec-and-routes && tsc && tsc-alias",
"serve": "node ./build/index.js",
"start": "nodemon"
},
@@ -19,7 +19,7 @@
"nocache": "^4.0.0",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7",
"tsoa": "^5.0.0",
"tsoa": "^6.6.0",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {

714
yarn.lock

File diff suppressed because it is too large Load Diff