about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-04-21 21:55:23 +0200
committerAlan Pearce2024-04-21 21:55:23 +0200
commit1573550c7792a0403c2b4fa0959bd349c5f945df (patch)
tree19592c3f7b6ec438eac7a50adb174dfc987b10d6 /justfile
parenta10c8466b4bf81f9ddd356a2da90e8e5e9b360a5 (diff)
downloadwebsite-1573550c7792a0403c2b4fa0959bd349c5f945df.tar.lz
website-1573550c7792a0403c2b4fa0959bd349c5f945df.tar.zst
website-1573550c7792a0403c2b4fa0959bd349c5f945df.zip
fix feed linking to localhost 🤦🏻
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 3ebc592..93688c8 100755
--- a/justfile
+++ b/justfile
@@ -21,7 +21,7 @@ update-all:
 watch-flake command:
     watchexec --restart -w flake.nix -w flake.lock direnv exec . {{ command }}
 
-watch-builder: (watch-flake "watchexec -i cmd/server -i public -r go run ./cmd/build")
+watch-builder: (watch-flake "watchexec -i cmd/server -i public -r go run ./cmd/build --base-url http://localhost:3000")
 
 nix-build what:
     nix build .#{{ what }}