pub async fn start_server(addr: SocketAddr, config: Config) -> Result<()>Expand description
Starts the web server on the given address.
This is the main entry point called from the CLI web command handler.
pub async fn start_server(addr: SocketAddr, config: Config) -> Result<()>Starts the web server on the given address.
This is the main entry point called from the CLI web command handler.