chore(sw): bump to v109 (test consent page + test push button)

This commit is contained in:
Hermes 2026-08-13 14:18:49 +02:00
parent 663b31b3df
commit e21cea1b1c
1 changed files with 2 additions and 2 deletions

View File

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