()
| 141 | * Get OpenClaw entry script path (openclaw.mjs) |
| 142 | */ |
| 143 | export function getOpenClawEntryPath(): string { |
| 144 | return join(getOpenClawDir(), 'openclaw.mjs'); |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Get ClawHub CLI entry script path (clawdhub.js) |
no test coverage detected