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