*/Server.ts: Add monitoring init hook

This commit is contained in:
Rory&
2026-05-20 13:51:11 +02:00
parent d8fb6d2ee8
commit 4a9c6cacc5
5 changed files with 39 additions and 2 deletions
-1
View File
@@ -53,7 +53,6 @@ export class SpacebarServer extends Server {
async start() {
await Monitoring.init();
Monitoring.attach(this.app);
await initDatabase();
await Config.init();
await initEvent();