Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent-tower/core
/ getNodeRuntimeCommand
Function
getNodeRuntimeCommand
packages/server/src/utils/process-launch.ts:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
args: string[];
8
}
9
10
export
function
getNodeRuntimeCommand(): string {
11
return
process.env.AGENT_TOWER_NODE_RUNTIME || process.execPath;
12
}
13
14
export
const
PTY_WRAPPER_ENV_KEYS = [
Callers
4
process-launch.test.ts
File · 0.85
getBundledPrismaCommand
Function · 0.85
buildPtyCommand
Function · 0.85
buildPtyCommandWithStdin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected