fix(gateway-ui): preserve assistant overrides and bust stale cache

This commit is contained in:
William Valentin
2026-02-19 08:55:41 -08:00
parent 682154d9ec
commit 9799859eca
3 changed files with 39 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE_NAME = 'flynn-webchat-v3';
const CACHE_NAME = 'flynn-webchat-v5';
const token = new URL(self.location.href).searchParams.get('token');
const withToken = (path) => {
if (!token) {