|
@@ -11,8 +11,8 @@
|
|
|
"start:prod:ci": "pnpm start:prod --ci",
|
|
"start:prod:ci": "pnpm start:prod --ci",
|
|
|
"start:prod": "node dist/index.js",
|
|
"start:prod": "node dist/index.js",
|
|
|
"lint": "pnpm eslint **/*.{js,ts}",
|
|
"lint": "pnpm eslint **/*.{js,ts}",
|
|
|
- "gen:client-code": "SWAGGER_GENERATION=true tsed run generate-swagger --output ./specs && orval",
|
|
|
|
|
- "build": "pnpm gen:client-code && tsc -p tsconfig.build.json"
|
|
|
|
|
|
|
+ "gen:swagger-spec": "SWAGGER_GENERATION=true tsed run generate-swagger --output ./specs",
|
|
|
|
|
+ "build": "pnpm tsc -p tsconfig.build.json"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@godaddy/terminus": "^4.12.1",
|
|
"@godaddy/terminus": "^4.12.1",
|
|
@@ -39,7 +39,6 @@
|
|
|
"@types/connect": "^3.4.38",
|
|
"@types/connect": "^3.4.38",
|
|
|
"@types/express": "^4.17.21",
|
|
"@types/express": "^4.17.21",
|
|
|
"@types/multer": "^1.4.12",
|
|
"@types/multer": "^1.4.12",
|
|
|
- "@types/node": "^22.5.4",
|
|
|
|
|
- "orval": "=7.2.0"
|
|
|
|
|
|
|
+ "@types/node": "^22.5.4"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|