diff --git a/sw.js b/sw.js deleted file mode 100644 index 601a552..0000000 --- a/sw.js +++ /dev/null @@ -1,8 +0,0 @@ -importScripts("./uv.bundle.js"); -importScripts("./uv.config.js"); -importScripts("./uv.sw.js"); - -const sw = new UVServiceWorker(); -let userKey = new URL(location).searchParams.get('userkey'); - -self.addEventListener("fetch", (event) => event.respondWith(sw.fetch(event)));