mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-08 19:31:48 +00:00
*/Server.ts: Handle metrics requests
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user