aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/vite-env.d.ts
AgeCommit message (Collapse)Author
2026-01-22fix(pwa): register Service Worker for auto-updateclaude/fix-pwa-update-issue-FBWtiClaude
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.
2025-07-09feat(frontend): initialize frontend with Vite templatensfisis