Bundle: attach monitoring to express early

This commit is contained in:
Rory&
2026-06-19 01:19:10 +02:00
parent 18dd02f151
commit 993b9a6990
+1
View File
@@ -57,6 +57,7 @@ ProcessLifecycle.eventEmitter.on("stopping", async () => {
async function main() {
await Monitoring.init();
Monitoring.attach(app);
await initDatabase();
await Config.init();