Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
119
fork

Configure Feed

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

Allow husky errors

authored by

uwx and committed by
xan.lol
9defd0e7 61544680

+1 -1
+1 -1
.husky/pre-commit
··· 1 1 #!/usr/bin/env sh 2 2 . "$(dirname -- "$0")/_/husky.sh" 3 3 4 - npx lint-staged --concurrent false 4 + yarn lint-staged --concurrent false || true