feat(sync): Frontend pusht Aenderungen und laedt Server-Stand beim Start
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
787bc1416b
commit
67a3f4b546
4 changed files with 23 additions and 2 deletions
3
sw.js
3
sw.js
|
|
@ -1,4 +1,4 @@
|
|||
const CACHE_NAME = 'dienstplan-pro-v4';
|
||||
const CACHE_NAME = 'dienstplan-pro-v5';
|
||||
const ASSETS = [
|
||||
'./',
|
||||
'./index.html',
|
||||
|
|
@ -8,6 +8,7 @@ const ASSETS = [
|
|||
'./variants.js',
|
||||
'./holidays.js',
|
||||
'./storage.js',
|
||||
'./sync.js',
|
||||
'./image-import.js'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue