fix: add missing socket.io-client dependency to api package

This commit is contained in:
2026-04-08 03:18:40 +00:00
parent 0844fd0577
commit 8e5c0801ef
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@
"pg-boss": "^12.14.0",
"prisma": "^7.3.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"zod": "^4.3.6",
"zon": "^1.0.3"
}