pub async fn serve( store: impl WorkflowStore + 'static, port: u16, auth_mode: AuthMode, ) -> Result<()>
Start the HTTP server on the given port.