Skip to content

Commit

Permalink
Update uv.sw-handler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ArbYusuf authored Dec 25, 2023
1 parent 48faa18 commit 6c22018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uv.sw-handler.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
importScripts('.uv.bundle.js');
importScripts('.uv.config.js');
importScripts(__uv$config.sw || './uv/uv.sw.js');
importScripts('./uv.bundle.js');
importScripts('./uv.config.js');
importScripts(__uv$config.sw || './uv.sw.js');

const sw = new UVServiceWorker();
self.addEventListener('fetch', event => {
Expand Down

0 comments on commit 6c22018

Please sign in to comment.