Bluesky app fork with some witchin' additions 💫

i accidentally discarded this file earlier oops

+3
+3
justfile
··· 36 36 # copy our static pages over! 37 37 cp -r deer-static-about web-build/about 38 38 39 + # temporarily copy over out bootleg config.txt to simulate geolocation 40 + cp config.txt web-build/ 41 + 39 42 [group('dev')] 40 43 dev-android-setup: prebuild-android 41 44 yarn android