Function serve_exported

Source
pub async fn serve_exported(
    dir: PathBuf,
    host: String,
    port: u16,
    tools: &Tools,
    global_opts: &Opts,
) -> Result<i32, ExecutionError>
Expand description

Serves an exported app, assuming it’s already been exported.