From 1573550c7792a0403c2b4fa0959bd349c5f945df Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 21 Apr 2024 21:55:23 +0200 Subject: fix feed linking to localhost 🤦🏻 --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') 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 }} -- cgit 1.4.1