switched port to test with Travis

This commit is contained in:
lotte
2020-04-21 15:16:42 +02:00
parent cad9dcaf98
commit 172d3891f0
6 changed files with 8 additions and 8 deletions

View File

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