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

View File

@@ -2,6 +2,7 @@
"dependencies": {
"ejs": "^3.1.10",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"ws": "^8.18.2"
}
}