diff options
Diffstat (limited to 'app/vite.config.ts')
-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 00d8472..59d8f0d 100644 --- a/app/vite.config.ts +++ b/app/vite.config.ts @@ -33,7 +33,7 @@ export default defineConfig({ }, registerType: 'autoUpdate', workbox: { - globPatterns: ['**/*.{js,css,html,svg}'], + globPatterns: [ 'client/**/*.{js,css,html,svg}' ], cleanupOutdatedCaches: true, } }) |