Expand description
Development server command implementation.
Orchestrates the entire dev server lifecycle:
- Initial build with validation
- File watching with debouncing
- HTTP server with SSE for hot reload
- Automatic rebuilds on file changes
- Graceful shutdown on Ctrl+C
Functionsยง
- execute
- Execute the dev command.