mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 15:09:34 +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";
|