mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:50:42 +00:00
perf(slack): narrow runtime-setter + lazy-load 4 modules + narrow 2 SDK surfaces (#69317)
Lazy load modules showing a ~50% gateway startup performance improvement
This commit is contained in:
3
extensions/slack/runtime-setter-api.ts
Normal file
3
extensions/slack/runtime-setter-api.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// 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";
|
||||
Reference in New Issue
Block a user