Fixing script to start prod server
This commit is contained in:
parent
fbae208a49
commit
8534ca729b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"prestart:dev": "npm run migrations",
|
||||
"start:dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "node dist/main",
|
||||
"start:prod": "node dist/src/main",
|
||||
"repl": "npm run start -- --entryFile repl",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue