perf(plugins): lazy-load channel setup entrypoints

This commit is contained in:
Peter Steinberger
2026-03-15 19:27:45 -07:00
parent bcdbd03579
commit acae0b60c2
19 changed files with 230 additions and 88 deletions

View File

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