- fatta ottimizzazione della funzione addExtraInfo, chiamando parallelamente tutte le promise...

This commit is contained in:
Surya Paolo
2025-03-13 12:48:17 +01:00
parent 404194b873
commit f187fb2146
13 changed files with 21 additions and 21 deletions

View File

@@ -366,7 +366,7 @@ export default defineConfig((ctx) => {
// https://v2.quasar.dev/quasar-cli/developing-pwa/configuring-pwa
pwa: {
workboxMode: 'InjectManifest', // 'GenerateSW' or 'InjectManifest'
swFilename: 'sw-' + "1.2.14" + '.js',
swFilename: 'sw-' + "1.2.15" + '.js',
workboxOptions: {
swSrc: 'src-pwa/custom-service-worker.js', // Assicurati che il file esista
},