mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 13:18:11 +00:00
7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
// CLI-facing plugin registry loader re-export.
|
|
export {
|
|
testing,
|
|
ensurePluginRegistryLoaded,
|
|
type PluginRegistryScope,
|
|
} from "../plugins/runtime/runtime-registry-loader.js";
|