summary refs log tree commit diff
path: root/src/bundle/Server.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-26 13:25:32 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-26 13:30:47 +1000
commit7a24f102ee5a75adb60faa72cfac08d7ca5108fd (patch)
tree428fb44280252a008da6805a5855b062175a2860 /src/bundle/Server.ts
parentFix and remove some scripts + use ajv/typescript-json-schema required by patches (diff)
downloadserver-7a24f102ee5a75adb60faa72cfac08d7ca5108fd.tar.xz
Remove import to class-validator, fix listening on port message in bundle
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) {