Skip to content

Commit f389d6f

Browse files
committed
fix: 백엔드 실행이 안 되는 문제 해결
1 parent b6203d8 commit f389d6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/tsconfig.path.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"@middlewares/*": ["middlewares/*"],
1111
"@utils/*": ["utils/*"],
1212
"@params/*": ["../types/params/*"],
13-
"@socket": ["socket"],
14-
"@wabinar/crdt": ["../@wabinar-crdt"]
13+
"@socket": ["socket"]
1514
}
1615
}
1716
}

0 commit comments

Comments
 (0)