Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
117
fork

Configure Feed

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

at ea831047bf9500df24ed3daad41e4c21ab39d274 11 lines 240 B view raw
1{ 2 "compilerOptions": { 3 "target": "ESNext", 4 "module": "NodeNext", 5 "esModuleInterop": true, 6 "moduleResolution": "NodeNext", 7 "jsx": "react-jsx", 8 "outDir": "dist" 9 }, 10 "include": ["./src/index.ts", "./src/bin.ts"] 11}