Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

build: copy style.css

xan.lol 261cb80d a1cb8f29

verified
+3
+3
justfile
··· 43 43 44 44 # copy our static pages over! 45 45 cp -r witchsky-static-about web-build/about 46 + 47 + # copy a stylesheet 48 + cp src/style.css web-build/style.css 46 49 47 50 [group('dev')] 48 51 dev-android-setup: prebuild-android