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
Renames CMUX_TEST_ROOT to CMUX_ROOT for clearer intent - this env var is
not just for tests, but for any scenario where you want to override the
default data directory.
The -dev suffix behavior from #573 is preserved:
- `make start` uses `~/.cmux-dev` (NODE_ENV=development)
- Packaged apps use `~/.cmux`
- `CMUX_ROOT=/custom/path` overrides both
Changes:
- Renamed CMUX_TEST_ROOT → CMUX_ROOT in all files
- Updated comments to reflect the clearer naming
- All existing behavior preserved
_Generated with `cmux`_
0 commit comments