chore(sw): bump to v111 (direct test push button on /client)
This commit is contained in:
parent
fee800e3fa
commit
4fed962f23
|
|
@ -1,8 +1,8 @@
|
|||
const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1";
|
||||
|
||||
if (!isLocalhost) {
|
||||
const STATIC_CACHE = "construction-delivery-static-v110";
|
||||
const RUNTIME_CACHE = "construction-delivery-runtime-v110";
|
||||
const STATIC_CACHE = "construction-delivery-static-v111";
|
||||
const RUNTIME_CACHE = "construction-delivery-runtime-v111";
|
||||
const APP_SHELL_URLS = ["/", "/client", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"];
|
||||
|
||||
self.addEventListener("install", (event) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue