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

@@ -7,6 +7,7 @@
"openclaw": {
"extensions": [
"./index.ts"
]
],
"setupEntry": "./setup-entry.ts"
}
}