From 63ad7b040e0f7d1963294d4098c3fa950302c1bc Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 22 Jan 2026 15:34:49 +0000 Subject: fix(pwa): register Service Worker for auto-update 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. --- frontend/src/vite-env.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/vite-env.d.ts') 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 @@ /// +/// -- cgit v1.3-1-g0d28