Skip to content

Commit

Permalink
Update uv.sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianWalczak authored Jul 6, 2023
1 parent 96e950d commit f6bd510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/uv/uv.sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
importScripts('/ph/uv.bundle.js');
importScripts('/ph/uv.config.js');
importScripts('/uv/uv.bundle.js');
importScripts('/uv/uv.config.js');

class UVServiceWorker extends EventEmitter {
constructor(config = __uv$config) {
Expand Down

0 comments on commit f6bd510

Please sign in to comment.