A minimal AT Protocol Personal Data Server written in JavaScript.
atproto pds
46
fork

Configure Feed

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

at 69a93ee8d27231fc908e236ee0fc086517dd9f27 11 lines 213 B view raw
1{ 2 "name": "cloudflare-pds", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "wrangler dev", 8 "deploy": "wrangler deploy", 9 "test": "node --test test/*.test.js" 10 } 11}