From 62b2b71420adf17db19f4a47ad1df68c57713db0 Mon Sep 17 00:00:00 2001 From: Daniela Henkel Date: Sun, 7 Sep 2025 14:37:37 +0200 Subject: [PATCH] i accidentally discarded this file earlier oops --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 64b7fd4eb..a58c1f046 100644 --- a/justfile +++ b/justfile @@ -36,6 +36,9 @@ postbuild-web: # copy our static pages over! cp -r deer-static-about web-build/about + # temporarily copy over out bootleg config.txt to simulate geolocation + cp config.txt web-build/ + [group('dev')] dev-android-setup: prebuild-android yarn android -- 2.51.2