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 c926a61 commit 6c7ae86Copy full SHA for 6c7ae86
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
@@ -17,8 +17,9 @@
17
"release": "standard-version -a",
18
"openshift": "nodeshift --strictSSL=false --nodeVersion=8.x",
19
"postinstall": "license-reporter report -s && license-reporter save -s --xml licenses.xml",
20
- "start": "PORT=8080 node ./bin/www"
+ "start": "PORT=8080 node ."
21
},
22
+ "main": "./bin/www",
23
"standard-version": {
24
"scripts": {
25
"postbump": "npm run postinstall && node release.js",
0 commit comments