pub async fn start_server(
metrics: ProjectMetrics,
thresholds: IssueThresholds,
config: ServerConfig,
) -> Result<(), Box<dyn Error + Send + Sync>>Expand description
Start the web server and serve the visualization
pub async fn start_server(
metrics: ProjectMetrics,
thresholds: IssueThresholds,
config: ServerConfig,
) -> Result<(), Box<dyn Error + Send + Sync>>Start the web server and serve the visualization