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