aboutsummaryrefslogtreecommitdiffstats
path: root/app/vite.config.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/vite.config.ts2
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,
}
})