Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

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

at main 12 lines 279 B view raw
1{ 2 "name": "dev-env", 3 "version": "0.0.0", 4 "scripts": { 5 "start": "NODE_ENV=development ./dev-infra/with-test-redis-and-db.sh ts-node ./mock-server.ts" 6 }, 7 "dependencies": { 8 "@atproto/dev-env": "^0.3.215", 9 "ts-node": "^10.9.2", 10 "typescript": "^6.0.2" 11 } 12}