mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 10:00:00 +00:00
5 lines
272 B
TypeScript
5 lines
272 B
TypeScript
// Internal runtime barrel. Keep this independent from the public top-level
|
|
// runtime barrel so local imports do not loop back through the plugin export
|
|
// surface during entry loading.
|
|
export * from "./runtime-support.js";
|
|
export { setZaloRuntime } from "./runtime.js";
|