fix(service worker): use correct workbox version
Some checks failed
continuous-integration/drone/push Build is failing

Resolves https://github.com/go-vikunja/vikunja/issues/322
This commit is contained in:
kolaente 2024-09-02 23:40:17 +02:00
parent 2c9becec10
commit 165ee9e7f3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -6,7 +6,7 @@ import {getFullBaseUrl} from './helpers/getFullBaseUrl'
declare let self: ServiceWorkerGlobalScope
const fullBaseUrl = getFullBaseUrl()
const workboxVersion = 'v7.0.0'
const workboxVersion = 'v7.1.0'
importScripts(`${fullBaseUrl}workbox-${workboxVersion}/workbox-sw.js`)
workbox.setConfig({