fixing websocket, added auto refresh when frontend updated

This commit is contained in:
2025-06-19 18:52:00 +02:00
parent e6dc59ee1b
commit 4875601549
6 changed files with 57 additions and 1 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",