mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 00:23:25 -06:00
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
// Node-specific agent-core entrypoint with the default Node execution env.
|
|
export { NodeExecutionEnv } from "./harness/env/nodejs.js";
|
|
export * from "./index.js";
|