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

2
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"dependencies": {
"express": "^4.19.2",
"sqlite3": "^5.1.7",
"ws": "^8.18.0"
"ws": "^8.19.0"
}
},
"node_modules/@gar/promisify": {