Skip to content

Commit 05f9e30

Browse files
Tolerblancsummersummerwhyezcolin2
committed
chore: 기존 컨테이너에서 필요 없는 모듈 삭제
Co-authored-by: Summer Min <[email protected]> Co-authored-by: ez <[email protected]>
1 parent 0653c4e commit 05f9e30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/backend/src/app.module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ import { Node } from './node/node.entity';
1212
import { User } from './user/user.entity';
1313
import { Workspace } from './workspace/workspace.entity';
1414
import { Role } from './role/role.entity';
15-
import { YjsModule } from './yjs/yjs.module';
1615
import * as path from 'path';
17-
import { ServeStaticModule } from '@nestjs/serve-static';
1816
import { UploadModule } from './upload/upload.module';
1917
import { AuthModule } from './auth/auth.module';
2018
import { UserModule } from './user/user.module';
@@ -49,7 +47,6 @@ import { RedLockModule } from './red-lock/red-lock.module';
4947
NodeModule,
5048
PageModule,
5149
EdgeModule,
52-
YjsModule,
5350
UploadModule,
5451
AuthModule,
5552
UserModule,

0 commit comments

Comments
 (0)