mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:00:43 +00:00
4 lines
192 B
TypeScript
4 lines
192 B
TypeScript
// Narrow entry point for setSlackRuntime — avoids pulling in the full
|
|
// runtime-api barrel (284KB, 29 chunks) during plugin register().
|
|
export { setSlackRuntime } from "./src/runtime.js";
|