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:
Alex Knight
2026-04-22 16:42:43 +10:00
committed by GitHub
parent fd2c883673
commit 201385548c
11 changed files with 574 additions and 17 deletions

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