Skip to content

Commit

Permalink
web: re-enable service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed May 1, 2024
1 parent 23dca36 commit 1f40494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function renderApp() {
const { useKeyStore } = await import("./interfaces/key-store");
await useKeyStore.getState().init();

// if (serviceWorkerWhitelist.includes(path)) await initializeServiceWorker();
if (serviceWorkerWhitelist.includes(path)) await initializeServiceWorker();

const { default: Component } = await component();
const { default: AppLock } = await import("./views/app-lock");
Expand Down

0 comments on commit 1f40494

Please sign in to comment.