fix feed linking to localhost 🤦🏻
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M justfile → justfile
@@ -21,7 +21,7 @@ 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 }}