switched back to port 4000

This commit is contained in:
lotte
2020-04-23 14:17:05 +02:00
parent f1d1761fd7
commit 0f43ff4fea
7 changed files with 13 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ import * as cookieParser from 'cookie-parser';
// Express server
const app = express();
const PORT = process.env.PORT || 3000;
const PORT = process.env.PORT || 4000;
const DIST_FOLDER = join(process.cwd(), 'dist/browser');
// * NOTE :: leave this as require() since this file is built Dynamically from webpack