adding static assets back to Application Template

This commit is contained in:
sbwalker
2025-09-12 15:37:47 -04:00
parent dcd99695e7
commit 61d231801a
46 changed files with 4637 additions and 0 deletions

View File

@ -0,0 +1,2 @@
// always fetch from the network and do not enable offline support
self.addEventListener('fetch', () => { });