chore(gateway-ui): bump service worker cache to v3

Force cache refresh after Tailwind UI redesign so clients pick up the
new styles and markup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
William Valentin
2026-02-18 13:06:21 -08:00
parent 02d63fe573
commit 0ccbe65d3f
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE_NAME = 'flynn-webchat-v2';
const CACHE_NAME = 'flynn-webchat-v3';
const token = new URL(self.location.href).searchParams.get('token');
const withToken = (path) => {
if (!token) {