mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:30:44 +00:00
4 lines
204 B
TypeScript
4 lines
204 B
TypeScript
// Keep bundled channel entry imports narrow so bootstrap/discovery paths do
|
|
// not drag setup-only Signal surfaces into lightweight channel plugin loads.
|
|
export { signalPlugin } from "./src/channel.js";
|