From e008eb93bc5e84910a229c3bb6f53d522e0cd479 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Tue, 8 Nov 2016 17:08:28 +0000 Subject: [PATCH] WIP --- lib/app.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/app.js b/lib/app.js index 139f7f34..beb22d16 100644 --- a/lib/app.js +++ b/lib/app.js @@ -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)