We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94191ac commit 3a9944bCopy full SHA for 3a9944b
apps/server/package.json
@@ -13,7 +13,7 @@
13
"start:dev": "cp .env.development .env && nest start --watch",
14
"start:debug": "nest start --debug --watch",
15
"start:staging": "cp .env.staging .env && nest start --watch",
16
- "start:prod": "node dist/main",
+ "start:prod": "cp .env.production .env && node dist/main",
17
"prod": "pnpm start:prod",
18
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
19
"test": "jest",
0 commit comments