Remove import to class-validator, fix listening on port message in bundle

This commit is contained in:
Madeline
2022-09-26 13:25:32 +10:00
parent 5bcfa5ec0b
commit 5f46f559b7
5 changed files with 4 additions and 2 deletions
+1
View File
@@ -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) {