quik access

This commit is contained in:
hamid zarghami
2025-03-09 16:55:00 +03:30
parent d2c40f3d71
commit 3e8eef834e
+2 -1
View File
@@ -33,9 +33,10 @@ export default defineConfig({
], ],
}, },
workbox: { workbox: {
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024, // افزایش به 4MB
runtimeCaching: [ runtimeCaching: [
{ {
urlPattern: /^https:\/\/console\.danakcorp\.com\//, urlPattern: /^https:\/\/admin-panel\.danakcorp\.com\//,
handler: "NetworkFirst", handler: "NetworkFirst",
options: { options: {
cacheName: "api-cache", cacheName: "api-cache",