[READ-ONLY] Mirror of https://github.com/andrioid/n8n-nodes-atproto. atproto node for n8n
454 B
8 lines
1// n8n resolves nodes and credentials via the "n8n" field in package.json,
2// not through this entry point. The barrel exists only so that
3// "main": "dist/index.js" points at a real file.
4
5export { Atproto } from './nodes/Atproto/Atproto.node';
6export { AtprotoTrigger } from './nodes/Atproto/AtprotoTrigger.node';
7export { AtprotoBluesky } from './nodes/Bluesky/AtprotoBluesky.node';
8export { AtprotoApi } from './credentials/AtprotoApi.credentials';