Files
openclaw/extensions/slack/runtime-setter-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

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