From fa84f9727a55efac679e64109b020b91e9842937 Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Wed, 19 Jul 2023 16:02:20 +0200 Subject: [PATCH] default --- frontend/vite.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index b4754bc..cd43f2e 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -6,8 +6,6 @@ const config = { plugins: [ sveltekit(), SvelteKitPWA({ - registerType: 'autoUpdate', - strategies: 'generateSW', workbox: { globPatterns: ['**/*.{js,ts,css,html}'], },