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}'], },