all repos — homestead @ 9970f389b1e5cea471d5e2d88a406fd97846530e

Code for my website

just: fix watch-* commands

Alan Pearce
commit

9970f389b1e5cea471d5e2d88a406fd97846530e

parent

c11bb815e1b8c5d47fd931cd66eaca22b6fdd198

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M justfilejustfile
@@ -24,12 +24,12 @@
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 --base-url http://localhost:3000") +watch-builder: (watch-flake "watchexec -w cmd/build -w content -w templates -r go run ./cmd/build --base-url http://localhost:3000") nix-build what: nix build .#{{ what }} -watch-server: (watch-flake "watchexec -r go run ./cmd/server") +watch-server: (watch-flake "watchexec -r -i content -i templates go run ./cmd/server") docker-stream system=(arch() + "-linux"): @nix build --print-out-paths .#docker-stream-{{ system }} | sh