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

Configure Feed

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

at cope-settings-sync 15 lines 736 B view raw view rendered
1# Tool Scripts 2 3## updateExtensions.sh 4 5Updates the extensions in `/modules` with the current iOS/Android project changes. 6 7## patch-package-to-pnpm.mjs 8_(Witchsky-specific)_ 9 10Run this periodically when the upstream patches change, to update the patch files in the `patches` directory. This is a 11custom script that generates patch files compatible with pnpm's patching system, which has some differences from the 12standard `patch-package` format. It uses git to create the patches and ensures they are correctly formatted for pnpm. 13 14Then, update patchedDependencies in `package.json` to remove version specifiers from patches that don't need them 15(anything except @atproto/api, usually). That matches the `patch-package` behavior better.