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 8c2b0787..d38ba2a9 100644 --- a/src/bundle/Server.ts +++ b/src/bundle/Server.ts
@@ -57,6 +57,7 @@ ProcessLifecycle.eventEmitter.on("stopping", async () => { async function main() { await Monitoring.init(); + Monitoring.attach(app); await initDatabase(); await Config.init();