feat: add SSO user favorites dashboard
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s
This commit is contained in:
9
sw.js
9
sw.js
@@ -1,10 +1,13 @@
|
||||
const CACHE_NAME = 'mischlabs-pwa-v14';
|
||||
const CACHE_NAME = 'mischlabs-pwa-v15';
|
||||
const APP_SHELL = [
|
||||
'/',
|
||||
'/index.html',
|
||||
'/favorites.html',
|
||||
'/offline.html',
|
||||
'/style.css?v=27',
|
||||
'/app.js?v=31',
|
||||
'/style.css?v=28',
|
||||
'/auth.js?v=1',
|
||||
'/app.js?v=32',
|
||||
'/favorites.js?v=1',
|
||||
'/services.json?v=1',
|
||||
'/manifest.webmanifest?v=4',
|
||||
'/favicon.ico?v=4',
|
||||
|
||||
Reference in New Issue
Block a user