You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add shared infra recipes and just mobile-dev
`just relay` previously assumed Docker services were already running,
requiring manual `docker compose up` first. The desktop and mobile
workflows had the same gap — multiple manual steps across terminals.
Adds `_ensure-services` and `_ensure-migrations` private recipes that
idempotently start Docker services and wait for health. Wires `relay`
to depend on `_ensure-migrations` so it works from a cold start. Adds
`mobile-dev` that handles the full stack: Docker, relay (background),
iOS simulator, and `flutter run` — all in one command.
0 commit comments