pub fn teams_entry() -> Result<PathBuf, TeamsError>Expand description
Locate the Node teams entry (sdk/teams/bin/teams.mjs).
Candidates, in order: SUPERCODE_TEAMS_ENTRY (an explicit override, which
is also how a test points at a fake), the repo checkout the running binary
sits in, the current directory, and the workspace this crate was built
from.