mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:10:44 +00:00
5 lines
276 B
TypeScript
5 lines
276 B
TypeScript
// Narrow entry point for registerSlackPluginHttpRoutes — avoids pulling in
|
|
// the full runtime-api barrel (~284KB, 13 chunks) during plugin register().
|
|
// Mirrors the runtime-setter-api.ts split.
|
|
export { registerSlackPluginHttpRoutes } from "./src/http/plugin-routes.js";
|