Skip to main content

start_dev_server

Function start_dev_server 

Source
pub async fn start_dev_server(
    db_url: &str,
    port: u16,
    blob_dir: PathBuf,
) -> Result<()>
Expand description

Start a local-first dev server: the auth bypass defaults on when no keys are configured (see AuthConfig::from_env_local_first), so the local UI works without keys. Used by trace-weft dev.