forked from NationTech/harmony
feat: TUI does not require Topology to implement Debug anymore
This commit is contained in:
@@ -17,7 +17,7 @@ async fn main() {
|
||||
},
|
||||
};
|
||||
|
||||
let maestro = Maestro::<K8sAnywhereTopology>::load_from_env();
|
||||
let mut maestro = Maestro::<K8sAnywhereTopology>::load_from_env();
|
||||
maestro.register_all(vec![Box::new(lamp_stack)]);
|
||||
harmony_tui::init(maestro).await.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user