scaler added and confirmed builds work
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev:app": "cd backend && tsx watch app.ts",
|
||||
"prebuild": "tsx backend/src/scaler/generateSpec.ts",
|
||||
"build": "esbuild backend/app.ts --bundle --platform=node --minify --outfile=dist/index.js --format=esm --packages=external",
|
||||
"build:app": "ncc build backend/app.ts -o dist -m -s -e swagger-ui-express -e swagger-ui-dist -e swagger-jsdoc",
|
||||
"build:app": "ncc build backend/app.ts -o dist -m -s",
|
||||
"lint": "tsc",
|
||||
"start": "node dist/index.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user