a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix pull script

Mary 1096025a 5fd7c1e3

+3 -3
+3 -3
scripts/pull-lexicons.js
··· 5 5 import prettier from 'prettier'; 6 6 7 7 const config = { 8 - repo: `aendra-rininsland/bluemoji`, 9 - path: `schema/`, 10 - out: `lexdocs/bluemoji/`, 8 + repo: `bluesky-social/atproto`, 9 + path: `lexicons/`, 10 + out: `lexdocs/bluesky/`, 11 11 }; 12 12 13 13 async function main() {