This commit is contained in:
Josh Harvey 2016-11-08 17:08:28 +00:00
parent 785749133d
commit e008eb93bc

View file

@ -35,10 +35,7 @@ function run () {
? http.createServer(app) ? http.createServer(app)
: https.createServer(httpsServerOptions, app) : https.createServer(httpsServerOptions, app)
const port = devMode const port = 3000
? 3000
: 443
const localPort = 3030 const localPort = 3030
const localServer = http.createServer(localApp) const localServer = http.createServer(localApp)