merge: resolve conflicts (our SmsCampaignPanel + SW v43)

This commit is contained in:
root 2026-07-01 16:20:12 +00:00
commit db57624626
1 changed files with 4 additions and 2 deletions

View File

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