feat: add stats to standalone collab server (#798)

* Log APP_URL on startup

* add stats endpoint to standalone collab server
This commit is contained in:
Philip Okugbe
2025-02-26 13:00:01 +00:00
committed by GitHub
parent 4b9ab4f63c
commit 89f6b0a8c2
5 changed files with 35 additions and 6 deletions

View File

@ -16,6 +16,7 @@ import { HistoryListener } from './listeners/history.listener';
PersistenceExtension,
HistoryListener,
],
exports: [CollaborationGateway],
imports: [TokenModule],
})
export class CollaborationModule implements OnModuleInit, OnModuleDestroy {