An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

Merge pull request #3313 from bluesky-social/samuel/package-manager-field

Specify package manager in package.json

authored by

Samuel Newman and committed by
GitHub
e874dd29 5f39ca31

+1
+1
package.json
··· 5 5 "engines": { 6 6 "node": ">=18" 7 7 }, 8 + "packageManager": "yarn@1.22.19", 8 9 "scripts": { 9 10 "prepare": "is-ci || husky install", 10 11 "postinstall": "patch-package && yarn intl:compile",