make bundle

This commit is contained in:
Pavol Rusnak
2023-11-06 08:35:27 +01:00
parent 0ffba99eaf
commit 10fb35b47f
2 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
// update cache version every time there is a new deployment // update cache version every time there is a new deployment
// so the service worker reinitializes the cache // so the service worker reinitializes the cache
const CACHE_VERSION = 68 const CACHE_VERSION = 69
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-` const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => { const getApiKey = request => {