Fixing script to start prod server
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
collin 2026-06-18 10:46:29 +02:00
parent fbae208a49
commit 8534ca729b
No known key found for this signature in database

View file

@ -13,7 +13,7 @@
"prestart:dev": "npm run migrations", "prestart:dev": "npm run migrations",
"start:dev": "nest start --watch", "start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch", "start:debug": "nest start --debug --watch",
"start:prod": "node dist/main", "start:prod": "node dist/src/main",
"repl": "npm run start -- --entryFile repl", "repl": "npm run start -- --entryFile repl",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test:e2e": "jest --config ./test/jest-e2e.json", "test:e2e": "jest --config ./test/jest-e2e.json",