From fd582006ebe5acae1380e7976923a9f44c5e6afc Mon Sep 17 00:00:00 2001 From: Korbinian Eckstein Date: Fri, 9 Aug 2024 13:21:13 +0200 Subject: [PATCH] use prompt update instead of (not working) autoUpdate --- niivue/vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/niivue/vite.config.ts b/niivue/vite.config.ts index c71960e..ba48d9b 100644 --- a/niivue/vite.config.ts +++ b/niivue/vite.config.ts @@ -8,7 +8,6 @@ export default defineConfig({ plugins: [ preact(), VitePWA({ - registerType: 'autoUpdate', includeAssets: ['favicon.ico'], workbox: { maximumFileSizeToCacheInBytes: 3000000 }, manifest: {