From e8c4ffc543fe4e276e16cae791e1581bf7bf9819 Mon Sep 17 00:00:00 2001 From: legop3 Date: Fri, 8 May 2026 13:26:23 -0400 Subject: [PATCH] pudate webui package.json thanks crer --- webui/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui/package.json b/webui/package.json index aee1ac22..b9649fef 100644 --- a/webui/package.json +++ b/webui/package.json @@ -28,6 +28,7 @@ "globals": "^16.5.0", "postcss": "^8.5.6", "tailwindcss": "^3.4.14", - "vite": "^7.2.2" + "vite": "^7.2.2", + "socket.io-client": "4.8.3" } }