fix: bust service worker cache to pull latest upstream modules #467

Merged
Timmy merged 1 commits from fix/sw-cache-bust-final into main 2026-03-24 23:00:52 +00:00

4
sw.js
View File

@@ -1,8 +1,8 @@
// The Nexus — Service Worker
// Cache-first for assets, network-first for API calls
const CACHE_NAME = 'nexus-v1';
const ASSET_CACHE = 'nexus-assets-v1';
const CACHE_NAME = 'nexus-v3';
const ASSET_CACHE = 'nexus-assets-v3';
const CORE_ASSETS = [
'/',