fix: bump service worker cache version to force refresh
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run

This commit is contained in:
Chris Christiansen 2026-06-23 15:00:20 +00:00
parent 7ae5ae1b26
commit b2641dc344

View File

@ -1,4 +1,4 @@
const CACHE_NAME = 'costguard-cache-v1';
const CACHE_NAME = 'costguard-cache-v2';
const urlsToCache = [
'/static/billing-dashboard.html',
'/static/command-hub.html',