Files
bun.sh/test/cli
Claude Bot f7a2c1a926 Add env.autoExpand configuration option to bunfig.toml
Adds a new boolean configuration option `env.autoExpand` to control whether
environment variables are expanded in .env files. This allows users to
disable variable expansion when they want literal dollar signs preserved.

- Defaults to `true` (existing behavior - expansion enabled)
- When set to `false`, variables like $FOO and ${FOO} are not expanded
- Added comprehensive tests covering all scenarios

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-25 23:17:37 +00:00
..
2025-05-24 13:36:51 -07:00
2025-05-16 23:40:56 -07:00