fix: stop dashboard refresh loops

This commit is contained in:
gsxdsm
2026-06-09 23:36:33 -07:00
parent 0a04feec93
commit 6e563b9579
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
"@runfusion/fusion": patch
Revalidate dashboard service-worker assets before falling back to cache so rebuilt tabs cannot stay on stale bundles and render a blank page.

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = "fusion-cache-v4";
const CACHE_NAME = "fusion-cache-v5";
const APP_SHELL_URLS = [
"/",
"/index.html",