fix: bump service worker cache version to force refresh
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
This commit is contained in:
parent
7ae5ae1b26
commit
b2641dc344
|
|
@ -1,4 +1,4 @@
|
||||||
const CACHE_NAME = 'costguard-cache-v1';
|
const CACHE_NAME = 'costguard-cache-v2';
|
||||||
const urlsToCache = [
|
const urlsToCache = [
|
||||||
'/static/billing-dashboard.html',
|
'/static/billing-dashboard.html',
|
||||||
'/static/command-hub.html',
|
'/static/command-hub.html',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user