A lexicon-driven AppView for ATProto.
0

Configure Feed

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

happyview / package.json
171 B 11 lines
1{ 2 "name": "happyview", 3 "private": true, 4 "workspaces": ["packages/*"], 5 "overrides": { 6 "webpack": "5.97.1" 7 }, 8 "resolutions": { 9 "webpack": "5.97.1" 10 } 11}