From c02f715d3aa7a2e23a49bd764014287a432878b2 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 18 Oct 2023 11:47:20 -0500 Subject: sw: Prompt instead of auto update Signed-off-by: Matt Strapp --- app/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/vite.config.ts') diff --git a/app/vite.config.ts b/app/vite.config.ts index a6bb285..5e5fa9f 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -40,7 +40,7 @@ export default defineConfig({ id: '/', theme_color: '#000000', }, - registerType: 'autoUpdate', + registerType: 'prompt', workbox: { globPatterns: ['client/**/*.{js,css,html,svg}'], cleanupOutdatedCaches: true, -- cgit v1.2.3