Files
openclaw/extensions/nostr/setup-entry.ts
2026-06-04 21:33:54 -04:00

11 lines
329 B
TypeScript

// Nostr plugin module implements setup entry behavior.
import { defineBundledChannelSetupEntry } from "openclaw/plugin-sdk/channel-entry-contract";
export default defineBundledChannelSetupEntry({
importMetaUrl: import.meta.url,
plugin: {
specifier: "./setup-plugin-api.js",
exportName: "nostrSetupPlugin",
},
});