This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
"start": "nest start dist/main",
|
||||
"start:dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "node --max-old-space-size=2048 dist/main",
|
||||
"start:prod": "node --max-old-space-size=2048 dist/src/main.js",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
|
||||
Reference in New Issue
Block a user