pub async fn start_server<R: Runtime>( app_handle: AppHandle<R>, state: Arc<VictauriState>, port: u16, shutdown_rx: Receiver<bool>, ) -> Result<()>