Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
unregister service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed Dec 5, 2024
1 parent 4b5ab4b commit c4168d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default defineConfig(({ command, mode }) => {
plugins: [
react({ babel: { plugins: [jotaiDebugLabel, jotaiReactRefresh] } }),
VitePWA({
selfDestroying: true,
includeAssets: [
"assets/*.png",
// these are technically not necessary, but it's annoying that you can't access these with your
Expand Down

0 comments on commit c4168d1

Please sign in to comment.