Files
united-workforce/packages
xiaoju 509dfad857
CI / check (pull_request) Successful in 3m28s
fix: support UWF_HERMES_BIN env var for hermes binary path
Replace hardcoded HERMES_COMMAND constant with resolveHermesCommand()
that checks UWF_HERMES_BIN first, falling back to 'hermes' via PATH.

This fixes environments where hermes is installed in a venv or
non-standard location that isn't in the non-login shell PATH
(e.g. ~/.local/bin symlink only available in login shell).

Refs #134
2026-06-06 03:59:08 +00:00
..