*/Server.ts: Handle metrics requests

This commit is contained in:
Rory&
2026-05-20 14:06:19 +02:00
parent 4a9c6cacc5
commit e2da753c2d
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ export class SpacebarServer extends Server {
async start() {
await Monitoring.init();
Monitoring.attach(this.app);
await initDatabase();
await Config.init();
await initEvent();