social bookmarking for atproto
12
fork

Configure Feed

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

at d05347b8ef5f4c6845cfef46e7c6a3c9f72439a1 10 lines 131 B view raw
1{ 2 "private": true, 3 "type": "module", 4 "devDependencies": { 5 "husky": "^9.1.7" 6 }, 7 "scripts": { 8 "prepare-hooks": "husky" 9 } 10}