mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-16 13:00:01 -04:00
7 lines
234 B
JavaScript
7 lines
234 B
JavaScript
importScripts("/uv/uv.bundle.js");
|
|
importScripts("/uv/uv.config.js");
|
|
importScripts(__uv$config.sw || "/uv/uv.sw.js");
|
|
|
|
const sw = new UVServiceWorker();
|
|
|
|
self.addEventListener("fetch", (event) => event.respondWith(sw.fetch(event)));
|