403 B
403 B
Dev Lifecycle
Boot flow in dev mode:
- Resolve runtime mode.
- Validate configuration and command safety.
- Optionally install dependencies (hash-based lockfile cache).
- Start dev server process.
- Run healthcheck.
- Start watchlist loop and restart dev process when tracked files change.
Failure conditions are fail-fast:
- occupied dev port
- command launch failure
- healthcheck timeout