We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035aaa3 commit 6f8e62bCopy full SHA for 6f8e62b
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
@@ -15,8 +15,9 @@
15
"release": "standard-version -a",
16
"openshift": "nodeshift --strictSSL=false --nodeVersion=8.x",
17
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
18
- "start": "PORT=8080 node ./bin/www"
+ "start": "node ."
19
},
20
+ "main": "./bin/www",
21
"standard-version": {
22
"scripts": {
23
"postbump": "npm run postinstall",
0 commit comments