pub async fn start_dashboard_server(
port: u16,
observability: Arc<ObservabilityManager>,
database: Arc<ThingsDatabase>,
) -> Result<(), Box<dyn Error + Send + Sync>>Expand description
Start the dashboard server
ยงErrors
Returns an error if the server fails to start or bind to the port