mirror of
https://github.com/docmost/docmost.git
synced 2026-05-20 00:14:10 +08:00
switch to nx monorepo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { WsGateway } from './ws.gateway';
|
||||
|
||||
@Module({
|
||||
providers: [WsGateway],
|
||||
})
|
||||
export class WsModule {}
|
||||
Reference in New Issue
Block a user