SW v54 — business schedule

This commit is contained in:
root 2026-07-03 12:45:26 +00:00
parent d397d0cb24
commit 6a34f36621
1 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,8 @@
const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1";
if (!isLocalhost) {
const STATIC_CACHE = "construction-delivery-static-v43";
const RUNTIME_CACHE = "construction-delivery-runtime-v43";
const STATIC_CACHE = "construction-delivery-static-v43";
const RUNTIME_CACHE = "construction-delivery-runtime-v43";
const STATIC_CACHE = "construction-delivery-static-v54";
const RUNTIME_CACHE = "construction-delivery-runtime-v54";
const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"];
self.addEventListener("install", (event) => {