mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-21 04:01:03 +10:00
switch to nx monorepo
This commit is contained in:
7
apps/server/src/ws/ws.module.ts
Normal file
7
apps/server/src/ws/ws.module.ts
Normal file
@ -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