Skip to main content

site_serve

Function site_serve 

Source
pub fn site_serve(
    project_dir: &Path,
    release: bool,
    host: String,
    port: u16,
    open: bool,
) -> Result<()>