Files
frontend/public/sw.js
2026-03-14 20:49:11 -04:00

5 lines
315 B
JavaScript

// This file is a placeholder. The real service worker is generated by vite-plugin-pwa at build time.
// During development, this file is served as-is and the PWA plugin registers its own sw.
self.addEventListener('install', () => self.skipWaiting());
self.addEventListener('activate', () => self.clients.claim());