mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-08 13:01:51 +00:00
*/Server.ts: Add monitoring init hook
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user