chore:format

This commit is contained in:
2025-09-26 16:06:30 +02:00
parent d8f7921970
commit 9ce6f963f1
13 changed files with 318 additions and 314 deletions

View File

@@ -20,7 +20,7 @@ const CACHE = `cache-${version}`;
const ASSETS = [
...build, // the app itself
...files // everything in `static`
...files // everything in `static`
];
self.addEventListener('install', (event) => {