// but those cases are already handled above
if (typeof configValue === 'object') {
for (const [path, value] of Object.entries(configValue)) {
const cleanPath = path.trim();
const booleanValue = asBoolean(value);