summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-19 01:19:10 +0200
committerRory& <root@rory.gay>2026-06-19 01:19:10 +0200
commit993b9a6990a4f5eae9ec7faa6c9b33eed0d5299d (patch)
tree77a0468531cf0160664a4c9af02110803a3dbe65
parentFix cloud attachments (dont circular import in cdn) (diff)
downloadserver-ts-993b9a6990a4f5eae9ec7faa6c9b33eed0d5299d.tar.xz
Bundle: attach monitoring to express early
-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();