File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const http = require('http');
32
32
* Get port from environment and store in Express.
33
33
*/
34
34
35
- const port = normalizePort ( process . env . PORT || '3000 ' ) ;
35
+ const port = normalizePort ( process . env . PORT || '8080 ' ) ;
36
36
app . set ( 'port' , port ) ;
37
37
38
38
/**
Original file line number Diff line number Diff line change 18
18
"release" : " standard-version -a" ,
19
19
"openshift" : " nodeshift --strictSSL=false --dockerImage=registry.access.redhat.com/rhoar-nodejs/nodejs-8" ,
20
20
"postinstall" : " license-reporter report -s && license-reporter save -s --xml licenses.xml" ,
21
- "start" : " PORT=8080 node ./bin/www "
21
+ "start" : " node ."
22
22
},
23
+ "main" : " ./bin/www" ,
23
24
"standard-version" : {
24
25
"scripts" : {
25
26
"postbump" : " npm run postinstall && node release.js" ,
You can’t perform that action at this time.
0 commit comments