mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-05 09:32:53 +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"],
|
includeAssets: ["favicon.png"],
|
||||||
workbox: {
|
workbox: {
|
||||||
// https://vite-pwa-org.netlify.app/frameworks/sveltekit.html#globpatterns
|
// 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: {
|
manifest: {
|
||||||
name: "CharaChorder Device Manager",
|
name: "CharaChorder Device Manager",
|
||||||
|
|||||||
Reference in New Issue
Block a user