chore: bump service worker cache to v8 to force refresh

Old cached index.html was likely serving stale JS on mobile devices.
v8 purge ensures all clients fetch the latest code on next load.
This commit is contained in:
2026-06-01 23:09:17 -04:00
parent 0e53da09c7
commit 120f52a29a
+1 -1
View File
@@ -3,7 +3,7 @@
// Caches app shell + CDN deps. Network-first for API, cache fallback for static.
// ═══════════════════════════════════════════════════════════════════════════
const CACHE_NAME = 'canteen-v7';
const CACHE_NAME = 'canteen-v8';
// App shell — core resources needed to boot the PWA
const APP_SHELL = [