Handle PWA update correctly

This commit is contained in:
2025-09-07 03:44:45 +02:00
parent 12635511af
commit 114be9c71f
5 changed files with 44 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ export default defineConfig({
devOptions: {
enabled: true
},
registerType: 'prompt',
includeAssets: '**/*',
workbox: {
globPatterns: ['**/*.{js,css,html,png,ico,woff,woff2}']