patches v1.3.5 #77

Merged
jkeffects merged 4 commits from develop into main 2025-04-07 13:33:30 +00:00
Showing only changes of commit 8ec3b04824 - Show all commits

View file

@ -58,6 +58,14 @@ export default defineConfig({
}, },
], ],
}, },
workbox: {
runtimeCaching: [
{
urlPattern: /^\/api\//,
handler: "NetworkFirst",
},
],
},
}), }),
], ],
resolve: { resolve: {