## Summary The wallet is a PWA — performance matters. Add Lighthouse CI to enforce a Performance ≥ 90 budget on every PR. ## Files - new `.github/workflows/lighthouse.yml` - new `frontend/wallet/lighthouserc.json` ## Acceptance criteria - [ ] Build wallet on PR - [ ] Run Lighthouse against built output - [ ] Fail PR if Performance < 90 or PWA < 90 - [ ] Comment scores on the PR
Summary
The wallet is a PWA — performance matters. Add Lighthouse CI to enforce a Performance ≥ 90 budget on every PR.
Files
.github/workflows/lighthouse.ymlfrontend/wallet/lighthouserc.jsonAcceptance criteria