mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-21 18:40:19 +00:00
Bundle: attach monitoring to express early
This commit is contained in:
@@ -57,6 +57,7 @@ ProcessLifecycle.eventEmitter.on("stopping", async () => {
|
||||
|
||||
async function main() {
|
||||
await Monitoring.init();
|
||||
Monitoring.attach(app);
|
||||
await initDatabase();
|
||||
await Config.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user