We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc0598 commit 4768897Copy full SHA for 4768897
bin/www
@@ -32,7 +32,7 @@ const http = require('http');
32
* Get port from environment and store in Express.
33
*/
34
35
-const port = normalizePort(process.env.PORT || '3000');
+const port = normalizePort(process.env.PORT || '8080');
36
app.set('port', port);
37
38
/**
package.json
@@ -18,8 +18,9 @@
18
"release": "standard-version -a",
19
"openshift": "nodeshift --strictSSL=false --nodeVersion=8.x",
20
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
21
- "start": "PORT=8080 node ./bin/www"
+ "start": "node ."
22
},
23
+ "main": "./bin/www",
24
"standard-version": {
25
"scripts": {
26
"postbump": "npm run postinstall && node release.js",
0 commit comments