1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Ignore some globs

This commit is contained in:
Captain Jack Sparrow 2024-07-03 15:48:08 +00:00
parent 0bfc38d3b0
commit 9f6738a0f4

View file

@ -59,7 +59,7 @@ export default defineConfig(({ mode }) => {
registerType: "autoUpdate",
workbox: {
maximumFileSizeToCacheInBytes: 4000000, // 4mb
globIgnores: ["**ping.txt**"],
globIgnores: ["!assets/**/*"],
},
includeAssets: [
"favicon.ico",