pub async fn start(config: &DevServerConfig) -> Result<DevServer>Expand description
Start a dev server and discover its URL from stdout/stderr.
ยงErrors
Returns an error if the command fails to spawn, the URL is not found within the timeout, or the process exits early.