Merge 4c9ed5d6a9 into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2025-12-22 17:31:53 -08:00
committed by GitHub

View File

@@ -227,6 +227,8 @@ pub enum ConfigLayerSource {
#[serde(rename_all = "camelCase")]
#[ts(rename_all = "camelCase")]
System {
/// This is the path to the system config.toml file, though it is not
/// guaranteed to exist.
file: AbsolutePathBuf,
},