diff options
author | Alan Pearce | 2024-04-21 21:55:23 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-21 21:55:23 +0200 |
commit | 1573550c7792a0403c2b4fa0959bd349c5f945df (patch) | |
tree | 19592c3f7b6ec438eac7a50adb174dfc987b10d6 /justfile | |
parent | a10c8466b4bf81f9ddd356a2da90e8e5e9b360a5 (diff) | |
download | website-1573550c7792a0403c2b4fa0959bd349c5f945df.tar.lz website-1573550c7792a0403c2b4fa0959bd349c5f945df.tar.zst website-1573550c7792a0403c2b4fa0959bd349c5f945df.zip |
fix feed linking to localhost 🤦🏻
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
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 }} |