@ -16,7 +16,7 @@ use crate::result::Result;
#[derive(Debug, Deserialize)]
pub struct Apps {
/// List of apps to start and monitor
pub app: Vec<App>,
app: Vec<App>,
}
impl Apps {