pub async fn serve( state: AppState, port: u16, shutdown: Receiver<()>, ) -> Result<()>
Launch the web server with graceful shutdown support.