Skip to content

Commit

Permalink
chore: Disable skip waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
ContentsViewer committed May 3, 2024
1 parent 105e722 commit 6c2a98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/sw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ const defaultCache: RuntimeCaching[] =

const serwist = new Serwist({
precacheEntries: self.__SW_MANIFEST,
skipWaiting: true,
clientsClaim: true,
// skipWaiting: true,
// clientsClaim: true,
navigationPreload: true,
runtimeCaching: defaultCache,
});
Expand Down
Loading

0 comments on commit 6c2a98c

Please sign in to comment.