Files
openclaw/src/cli/plugin-registry.ts
2026-06-04 11:01:13 -04:00

7 lines
182 B
TypeScript

// CLI-facing plugin registry loader re-export.
export {
testing,
ensurePluginRegistryLoaded,
type PluginRegistryScope,
} from "../plugins/runtime/runtime-registry-loader.js";