fix: bust service worker cache to pull latest upstream modules
All checks were successful
CI / validate (pull_request) Successful in 14s
CI / auto-merge (pull_request) Successful in 1s

This commit is contained in:
Alexander Whitestone
2026-03-24 19:00:28 -04:00
parent 4379f70352
commit 08b1633d4a

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 = [
'/',