- ho migliorato la grafica della generazione del PDF e PDF Stampa.

This commit is contained in:
Surya Paolo
2025-05-15 19:18:50 +02:00
parent 9e0634da05
commit 685bc34bd0
16 changed files with 570 additions and 476 deletions

View File

@@ -3,7 +3,7 @@
/* global workbox */
/* global cfgenv */
const VITE_APP_VERSION = '1.2.44';
const VITE_APP_VERSION = '1.2.46';
// Costanti di configurazione
const DYNAMIC_CACHE = 'dynamic-cache-v2';
@@ -83,6 +83,7 @@ cleanupOutdatedCaches();
self.addEventListener('install', () => {
console.log('[Service Worker] Installing ...');
self.skipWaiting();
clientsClaim();
});