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

7
package-lock.json generated
View File

@@ -7,6 +7,7 @@
"dependencies": {
"ejs": "^3.1.10",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"ws": "^8.18.2"
}
},
@@ -419,6 +420,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",