patch package.json for prod deployment
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m8s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m8s
This commit is contained in:
parent
226b979d63
commit
98865e2758
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"build": "nest build",
|
||||
"start": "bun --bun nest start",
|
||||
"start:dev": "bun --hot ./src/app.ts",
|
||||
"start:prod": "bun dist/src/app",
|
||||
"start:prod": "cd dist && bun src/app",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue