mirror of
https://github.com/docmost/docmost.git
synced 2025-11-16 04:01:11 +10:00
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:
@ -16,6 +16,7 @@ import { HistoryListener } from './listeners/history.listener';
|
||||
PersistenceExtension,
|
||||
HistoryListener,
|
||||
],
|
||||
exports: [CollaborationGateway],
|
||||
imports: [TokenModule],
|
||||
})
|
||||
export class CollaborationModule implements OnModuleInit, OnModuleDestroy {
|
||||
|
||||
Reference in New Issue
Block a user