We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8690590 commit eeccd89Copy full SHA for eeccd89
Procfile
@@ -0,0 +1 @@
1
+web: node index.js
package.json
@@ -8,6 +8,7 @@
8
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --progress",
9
"build:analyze": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --json | webpack-bundle-size-analyzer",
10
"build": "npm run clean && npm run build:webpack",
11
+ "heroku-postbuild": "npm build",
12
"start": "cross-env NODE_ENV=development DEBUG=1 ./node_modules/.bin/nodemon --watch server index.js",
13
"lint": "eslint src"
14
},
0 commit comments