Cache.put() fix
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m7s

This commit is contained in:
2026-03-13 13:06:06 -05:00
parent 3ebc43ef72
commit ee2706df99
+1
View File
@@ -52,6 +52,7 @@ export default defineConfig({
runtimeCaching: [ runtimeCaching: [
{ {
urlPattern: /^https:\/\/pocketbase\.ccllc\.pro\/api\/.*/i, urlPattern: /^https:\/\/pocketbase\.ccllc\.pro\/api\/.*/i,
method: 'GET',
handler: 'NetworkFirst', handler: 'NetworkFirst',
options: { options: {
cacheName: 'api-cache', cacheName: 'api-cache',