You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): add environment variable parsing for configuration
- Introduced a new function `parse_env` to recursively expand $env:VARIABLE_NAME patterns in strings, dicts, and lists.
- Updated `get_config` to utilize `parse_env` for normalizing configuration values.
0 commit comments