Fix WebSocket, add auto refresh on frontend update

This commit is contained in:
2025-06-19 19:00:20 +02:00
parent e6dc59ee1b
commit 132578980c
6 changed files with 50 additions and 1018 deletions

6
node_modules/.package-lock.json generated vendored
View File

@@ -412,6 +412,12 @@
"node": ">= 0.8"
}
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==",
"license": "ISC"
},
"node_modules/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",