feat: add WebSocket real-time updates with toast notifications (#5)

This commit is contained in:
2026-03-04 18:14:34 -08:00
parent cd53a4e612
commit 6fe05ba756
4 changed files with 129 additions and 2 deletions

View File

@@ -9,6 +9,6 @@
"dependencies": {
"express": "^4.19.2",
"sqlite3": "^5.1.7",
"ws": "^8.18.0"
"ws": "^8.19.0"
}
}