// 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());