This commit is contained in:
2026-06-25 13:46:14 -04:00
parent ccfe809609
commit fdf8e754f5
9 changed files with 118 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
// In development, always fetch from the network and do not cache.
// This is appropriate during development as the service worker will wake up and fetch resources from the network.
self.addEventListener('fetch', () => { });