diff options
Diffstat (limited to '')
-rw-r--r-- | app/vite.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |