raycer/frontend
Spencer Flagg e410f09c93 fix: bump SW version and switch to network-first caching
VERSION was stuck at raycer-v1 so mobile PWAs never picked up
the streak fix (cache-first served the stale stats.js forever).

- Bump to raycer-v2 → triggers install, purges old caches
- Switch same-origin assets from cache-first to network-first
  so future deploys propagate immediately; cache is only used
  as an offline fallback
- Simplify to a single SHELL_CACHE (no separate runtime cache)
- Cross-origin vendor assets (Dexie CDN) stay cache-first
2026-05-03 14:00:59 +02:00
..
public fix: bump SW version and switch to network-first caching 2026-05-03 14:00:59 +02:00
.dockerignore Initial commit: raycer accountability PWA 2026-04-23 16:45:06 +02:00
Dockerfile Initial commit: raycer accountability PWA 2026-04-23 16:45:06 +02:00
nginx.conf Initial commit: raycer accountability PWA 2026-04-23 16:45:06 +02:00