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

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