tidy logs. Add all files to service worker

This commit is contained in:
2025-05-26 19:09:30 -07:00
parent 125c51b3b7
commit 2ff634ddf0
10 changed files with 36 additions and 2681 deletions

View File

@@ -11,6 +11,11 @@ const contentToCache = [
'/static/db.js',
'/static/PeerManager.js',
'/static/IDUtils.js',
'/static/dataUtils.js',
'/static/App.js',
'/static/Sync.js',
'/static/IDUtils.js',
'/static/log.js',
'/static/favicon.ico'
];
self.addEventListener("install", (e) => {