Skip to content

Commit 2f72fef

Browse files
authored
Merge branch 'main' into hotfix
2 parents 95419d1 + f3479e9 commit 2f72fef

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)