pub async fn run_dev_mode(
paths: Option<Vec<PathBuf>>,
debounce_ms: u64,
clear_screen: bool,
cli_config: CliConfig,
) -> Result<()>Expand description
Legacy function for backward compatibility
Calls the new run_dev_mode_with_filters with no filtering or timeboxing