Files
openclaw/extensions/slack/http-routes-api.ts
Alex Knight 201385548c perf(slack): narrow runtime-setter + lazy-load 4 modules + narrow 2 SDK surfaces (#69317)
Lazy load modules showing a ~50% gateway startup performance improvement
2026-04-22 16:42:43 +10:00

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";