feat: unify websocket runtime and harden node control

This commit is contained in:
lpf
2026-03-08 22:22:49 +08:00
parent 7e67619826
commit 4172a57b39
15 changed files with 2082 additions and 124 deletions

View File

@@ -12,6 +12,7 @@
"start": "node server.ts"
},
"dependencies": {
"@types/ws": "^8.18.1",
"express": "^4.21.2",
"i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1",
@@ -21,7 +22,8 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^16.5.4",
"react-router-dom": "^7.13.1"
"react-router-dom": "^7.13.1",
"ws": "^8.19.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",