feat: add workbox-window and improve event stream cleanup

Add workbox-window dependency to bun.lock and web package.json
Cancel and release the stream reader on disconnect to avoid leaks
This commit is contained in:
Bohdan Triapitsyn
2026-01-22 12:30:33 +02:00
parent d97181bcd2
commit d4f1d8abbf
3 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -85,7 +85,8 @@
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2",
"vite-plugin-pwa": "^1.0.3"
"vite-plugin-pwa": "^1.0.3",
"workbox-window": "^7.4.0"
},
"files": [
"dist",