diff --git a/src/main.ts b/src/main.ts index 645691b..d1057ff 100644 --- a/src/main.ts +++ b/src/main.ts @@ -71,6 +71,6 @@ http } }); }) - .listen(port || 8080); + .listen(port); logger.log(`Server started on ${host}`);