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)
|
||||
: https.createServer(httpsServerOptions, app)
|
||||
|
||||
const port = devMode
|
||||
? 3000
|
||||
: 443
|
||||
|
||||
const port = 3000
|
||||
const localPort = 3030
|
||||
const localServer = http.createServer(localApp)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue