Skip to content

Commit 70e00c8

Browse files
authored
Merge pull request #138 from boostcampwm-2022/fix/#137-C
Fix/#137-C: 배포 서버에서 @wabinar/crdt 못찾는 이슈 해결
2 parents d36152f + 44d7651 commit 70e00c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/tsconfig.path.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"@middlewares/*": ["middlewares/*"],
1111
"@utils/*": ["utils/*"],
1212
"@params/*": ["../types/params/*"],
13-
"@socket": ["socket"]
13+
"@socket": ["socket"],
14+
"@wabinar/crdt": ["../@wabinar-crdt"]
1415
}
1516
}
1617
}

0 commit comments

Comments
 (0)