Files
openclaw/extensions/nostr/setup-entry.ts
2026-03-15 20:44:26 -07:00

6 lines
92 B
TypeScript

import { nostrPlugin } from "./src/channel.js";
export default {
plugin: nostrPlugin,
};