WIP
This commit is contained in:
parent
785749133d
commit
e008eb93bc
1 changed files with 1 additions and 4 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue