pub fn topological_order(config: &WorkspaceConfig) -> Vec<String>Expand description
Compute topological order of services (dependency-first). Returns service names in startup order.
pub fn topological_order(config: &WorkspaceConfig) -> Vec<String>Compute topological order of services (dependency-first). Returns service names in startup order.