Files
openclaw/extensions/nostr/setup-plugin-api.ts
2026-04-24 06:10:07 +01:00

4 lines
174 B
TypeScript

// Keep bundled setup entry imports narrow so setup loads do not pull the
// broader Nostr runtime plugin surface.
export { nostrSetupPlugin } from "./src/channel.setup.js";