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 27b65d3 commit b8f46c4Copy full SHA for b8f46c4
.dockerignore
@@ -8,3 +8,6 @@ storage
8
9
# installed files
10
node_modules
11
+
12
+# ignore base image 'main.js'
13
+main.js
package.json
@@ -28,7 +28,7 @@
28
"start": "npm run start:dev",
29
"start:cli": "cross-env NODE_ENV=development npm run build && node dist/src/cli.js",
30
"start:dev": "cross-env NODE_ENV=development npm run build && node dist/src/main.js",
31
- "start:prod": "node dist/main.js",
+ "start:prod": "node dist/src/main.js",
32
"build": "tsc",
33
"fmt": "prettier --write ."
34
},
0 commit comments