building dist and environment paths rework

This commit is contained in:
raiper34
2024-07-21 14:24:36 +02:00
parent 7938e56dce
commit b77956e76c
13 changed files with 30 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:prod": "node ../../dist/backend/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",