Revelav3/public/sw.js
2023-12-21 12:23:50 -05:00

5 lines
199 B
JavaScript

importScripts("/uv/uv.bundle.js");
importScripts("/uv/uv.config.js");
importScripts(__uv$config.sw || "/uv/uv.sw.js");
self.addEventListener("fetch", (event) => event.respondWith(sw.fetch(event)));