summary refs log tree commit diff
path: root/src/bundle/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundle/Server.ts')
-rw-r--r--src/bundle/Server.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bundle/Server.ts b/src/bundle/Server.ts
index da810d9b..c85daf40 100644
--- a/src/bundle/Server.ts
+++ b/src/bundle/Server.ts
@@ -110,6 +110,7 @@ async function main() {
 		app.use(Sentry.Handlers.tracingHandler());
 	}
 
+	server.listen(port);
 	await Promise.all([api.start(), cdn.start(), gateway.start()]);
 
 	if (Config.get().sentry.enabled) {