pub async fn start_server( port: u16, open_browser: bool, allow_networks: Vec<String>, log_store: InMemoryLogStore, ) -> Result<()>
Start the web dashboard server