mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-11 13:26:16 +00:00
fix: remove json files from pwa glob pattern
This commit is contained in:
@@ -43,7 +43,7 @@ export default defineConfig({
|
||||
includeAssets: ["favicon.png"],
|
||||
workbox: {
|
||||
// https://vite-pwa-org.netlify.app/frameworks/sveltekit.html#globpatterns
|
||||
globPatterns: ["client/**/*.{js,css,woff2,json,csv,png,svg}", "prerendered/**/*.html"],
|
||||
globPatterns: ["client/**/*.{js,css,woff2,csv,png,svg}", "prerendered/**/*.html"],
|
||||
},
|
||||
manifest: {
|
||||
name: "CharaChorder Device Manager",
|
||||
|
||||
Reference in New Issue
Block a user