chore: minor nits
This commit is contained in:
parent
3a34d416d4
commit
f41f5083b3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
export const version = '0.1.0'
|
||||
|
||||
export {
|
||||
configPath,
|
||||
loadConfig,
|
||||
|
|
|
|||
Loading…
Reference in New Issue