chore: 🔧 increase workbox.maximumFileSizeToCacheInBytes to 18MB
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
RaviAnand Mohabir 2025-04-07 18:27:31 +02:00
parent e07fb03500
commit 420406f9a4

View File

@ -10,7 +10,7 @@ export default defineConfig({
registerType: "autoUpdate", registerType: "autoUpdate",
includeAssets: ["favicon.ico", "apple-touch-icon.png"], includeAssets: ["favicon.ico", "apple-touch-icon.png"],
workbox: { workbox: {
maximumFileSizeToCacheInBytes: 17000000, maximumFileSizeToCacheInBytes: 18000000,
}, },
manifest: { manifest: {
name: "Organizrr", name: "Organizrr",