a proof of concept realtime collaborative text editor using atproto as a sync server jake.tngl.io/y-pds/
0

Configure Feed

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

ypds / jsconfig.json
134 B 8 lines
1{ 2 "compilerOptions": { 3 "target": "esnext", 4 "checkJs": true, 5 "module": "esnext", 6 "moduleResolution": "bundler" 7 } 8}