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: {
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024, // افزایش به 4MB
runtimeCaching: [
{
urlPattern: /^https:\/\/console\.danakcorp\.com\//,
urlPattern: /^https:\/\/admin-panel\.danakcorp\.com\//,
handler: "NetworkFirst",
options: {
cacheName: "api-cache",