mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-02 06:23:35 +00:00
4 lines
185 B
TypeScript
4 lines
185 B
TypeScript
/** Public plugin registry barrel for contribution loading and registry snapshots. */
|
|
export * from "./plugin-registry-contributions.js";
|
|
export * from "./plugin-registry-snapshot.js";
|