mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-27 00:49:29 +00:00
6 lines
283 B
TypeScript
6 lines
283 B
TypeScript
// Compatibility barrel for historical CLI program helpers.
|
|
/** Find a free TCP port for CLI/server tests and startup helpers. */
|
|
export { forceFreePort } from "./ports.js";
|
|
/** Build the root OpenClaw Commander program. */
|
|
export { buildProgram } from "./program/build-program.js";
|