Skip to main content

run

Function run 

Source
pub async fn run(
    repo_path: PathBuf,
    port: u16,
    open_browser: bool,
) -> Result<(), String>
Expand description

Start the workbench on 127.0.0.1:<port>, against repo_path. If open_browser is true, opens the default browser at the local URL.