We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a650ab5 commit 9cfda30Copy full SHA for 9cfda30
package.json
@@ -11,7 +11,7 @@
11
"start": "nest start",
12
"start:dev": "cross-env NODE_ENV=dev nest start --watch",
13
"start:debug": "nest start --debug --watch",
14
- "start:prod": "cross-env NODE_ENV=prod node dist/main",
+ "start:prod": "cross-env NODE_ENV=prod node --max-old-space-size=256 dist/main",
15
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
16
"test": "jest",
17
"test:watch": "jest --watch",
0 commit comments