perf(plugins): lazy-load setup surfaces

This commit is contained in:
Peter Steinberger
2026-03-15 18:46:22 -07:00
parent de6666b895
commit fb991e6f31
30 changed files with 443 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
import { bluebubblesPlugin } from "./src/channel.js";
export default {
plugin: bluebubblesPlugin,
};