fix(server): 修复一个tsoa的问题,见issue
https://github.com/lukeautry/tsoa/issues/1090
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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",
|
"serve": "node ./build/index.js",
|
||||||
"start": "nodemon"
|
"start": "nodemon"
|
||||||
},
|
},
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"nocache": "^4.0.0",
|
"nocache": "^4.0.0",
|
||||||
"sequelize": "^6.37.7",
|
"sequelize": "^6.37.7",
|
||||||
"sqlite3": "^5.1.7",
|
"sqlite3": "^5.1.7",
|
||||||
"tsoa": "^5.0.0",
|
"tsoa": "^6.6.0",
|
||||||
"swagger-ui-express": "^5.0.0"
|
"swagger-ui-express": "^5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user