feat(FN-1093): add mobile build, PWA, and live reload workflow

- Optimize dashboard Vite output for mobile and include vite/client types in app typecheck
- Add PWA support with manifest, service worker, icons, and client registration hooks
- Add a mobile workspace package with Capacitor config and live-reload scripts for local development
- Add a dedicated GitHub Actions mobile pipeline and update mobile workflow documentation
- Add dashboard tests for build output, mobile scripts, and PWA asset coverage
This commit is contained in:
gsxdsm
2026-04-07 23:25:34 -07:00
parent 55969f0d6b
commit 1b3296d91f
20 changed files with 835 additions and 21 deletions

View File

@@ -33,6 +33,10 @@ The AI engine uses [pi](https://github.com/badlogic/pi-mono) under the hood:
Fusion reuses your existing pi authentication.
### Mobile
For Capacitor + PWA workflow, see [MOBILE.md](./MOBILE.md).
## Workflow
```mermaid