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 85197f2 commit 73e8804Copy full SHA for 73e8804
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"build": "nest build",
10
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
11
- "start": "nest start",
+ "start": "node dist/main",
12
"start:dev": "nest start --watch",
13
"start:debug": "nest start --debug --watch",
14
"start:prod": "node dist/main",
0 commit comments