aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/vite-env.d.ts
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-01-22 15:34:49 +0000
committerClaude <noreply@anthropic.com>2026-01-22 15:34:49 +0000
commit63ad7b040e0f7d1963294d4098c3fa950302c1bc (patch)
treea74bfe707bbf2ea3b954a85dcd58f5887495a6e1 /frontend/src/vite-env.d.ts
parent65d6ebca318fecb48b32c0ecdba3ae01304b55de (diff)
downloadfeedaka-63ad7b040e0f7d1963294d4098c3fa950302c1bc.tar.gz
feedaka-63ad7b040e0f7d1963294d4098c3fa950302c1bc.tar.zst
feedaka-63ad7b040e0f7d1963294d4098c3fa950302c1bc.zip
fix(pwa): register Service Worker for auto-updateclaude/fix-pwa-update-issue-FBWti
The PWA was not auto-updating because the Service Worker registration code was missing. Added virtual:pwa-register import and registerSW() call to enable automatic updates when new versions are available.
Diffstat (limited to 'frontend/src/vite-env.d.ts')
-rw-r--r--frontend/src/vite-env.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/vite-env.d.ts b/frontend/src/vite-env.d.ts
index 11f02fe..64251fb 100644
--- a/frontend/src/vite-env.d.ts
+++ b/frontend/src/vite-env.d.ts
@@ -1 +1,2 @@
/// <reference types="vite/client" />
+/// <reference types="vite-plugin-pwa/client" />