ResolvedConfig

Type Alias ResolvedConfig 

Source
pub type ResolvedConfig = CascadingProjectConfig;
Expand description

Configuration loading and schema helpers. Alias used by consumers who only care about the resolved config output.

Aliased Type§

pub struct ResolvedConfig {
    pub merged: Value,
    pub loaded_from: Vec<PathBuf>,
}

Fields§

§merged: Value

Fully merged config JSON.

§loaded_from: Vec<PathBuf>

Paths that were successfully loaded and merged.