huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:41:32 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@ fn parse_step(step_str: &str) -> Result<WizardStep, poem::Error> {
.map_err(|_| not_found(format!("Unknown wizard step: {step_str}")))
}
/// OpenAPI endpoint group for the multi-step project setup wizard.
pub struct WizardApi {
pub ctx: Arc<AppContext>,
}