pub async fn run_server(
path: &str,
port: u16,
verifier: PushVerifier,
) -> GitServerExpand description
Runs a Simperby Git server with a push hook enabled.
pathis the path to the root directory of a Simperby blockchain (not the repository path)portis the port to run the server onverifieris the verifier that accepts or rejects pushes.