first commit

This commit is contained in:
2026-03-14 20:49:11 -04:00
commit 08768723bc
31 changed files with 8984 additions and 0 deletions

4
public/sw.js Normal file
View File

@@ -0,0 +1,4 @@
// 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());