From da81015ddd5e791badec933806a7cfb52fe2edf5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:07:18 +0200 Subject: update Event --- bundle/src/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/src') diff --git a/bundle/src/Server.ts b/bundle/src/Server.ts index 0ef7a8a3..faf8a324 100644 --- a/bundle/src/Server.ts +++ b/bundle/src/Server.ts @@ -10,7 +10,7 @@ import { Config } from "../../util/dist"; const app = express(); const server = http.createServer(); -const port = Number(process.env.PORT) || 8080; +const port = Number(process.env.PORT) || 3001; const production = false; server.on("request", app); -- cgit 1.5.1