Working tRPC on websockets

This commit is contained in:
Julien Valverdé
2024-07-09 02:49:18 +02:00
parent e8f89db68f
commit edb46788dd
3 changed files with 10 additions and 6 deletions

View File

@@ -18,7 +18,8 @@
"mobx": "^6.13.0",
"mobx-react-lite": "^4.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@todo-tests/common": "workspace:*",