chore: minor nits

This commit is contained in:
ajspig 2026-09-03 13:09:31 -04:00
parent 3a34d416d4
commit f41f5083b3
2 changed files with 2 additions and 3 deletions

View File

@ -217,7 +217,8 @@ export function resolveConfig(
}
/**
* `HONCHO_CONFIG_PATH` `$HOME/.honcho/config.json` (`USERPROFILE` on Windows).
* `HONCHO_CONFIG_PATH` if set, returned verbatim. Otherwise `.honcho/config.json`
* under `HOME`, then `USERPROFILE` (Windows), then `os.homedir()`.
*
* `env.HOME` is consulted before `os.homedir()` because Bun's `homedir()` ignores
* in-process changes to `process.env.HOME`, so tests that redirect HOME would

View File

@ -1,5 +1,3 @@
export const version = '0.1.0'
export {
configPath,
loadConfig,