Skip to content

Commit 0141cd2

Browse files
Merge pull request #479 from mftee/main
fixed the websocket issue
2 parents 678b978 + 93e3e07 commit 0141cd2

File tree

3 files changed

+74
-4
lines changed

3 files changed

+74
-4
lines changed

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm install:*)"
5+
]
6+
}
7+
}

frontend/package-lock.json

Lines changed: 66 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"react-hook-form": "^7.71.1",
3232
"react-toastify": "^11.0.5",
3333
"recharts": "^3.7.0",
34+
"socket.io-client": "^4.8.3",
3435
"tailwind-merge": "^3.4.0",
3536
"zod": "^4.3.6"
3637
},

0 commit comments

Comments
 (0)