Wygląd
This commit is contained in:
2026-07-11 00:51:33 +02:00
parent af44af5027
commit f0813894a8
5 changed files with 48 additions and 17 deletions

View File

@@ -24,6 +24,8 @@ export default defineConfig({
},
workbox: {
navigateFallbackDenylist: [/^\/api\//],
clientsClaim: true,
skipWaiting: true,
runtimeCaching: [
{
urlPattern: ({ url }) => url.pathname.startsWith('/api/') && url.pathname !== '/api/expenses',