This commit is contained in:
2025-09-18 10:20:04 -06:00
parent b20e43b951
commit 12305887f8
3 changed files with 82 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ Paths below are absolute to this repo.
- Root CI scripts in tools/ci (stub) and package scripts wiring
- Dependencies: T005
- [ ] T008 PWA service worker wiring (SvelteKit)
- [X] T008 PWA service worker wiring (SvelteKit)
- Enable service worker in SvelteKit config and add minimal SW handler
- Ensure static asset caching strategy is defined (runtime-minimal)
- Dependencies: T005