mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 08:31:49 -06:00
201385548c
Lazy load modules showing a ~50% gateway startup performance improvement
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";
|