all repos — homestead @ 539aad15fc0ccf538a10202a2ba28bba5b80aa73

Code for my website

remove unused targets from justfile

Alan Pearce
commit

539aad15fc0ccf538a10202a2ba28bba5b80aa73

parent

308dd53cf4ee44b27941ae8d0e0865b1ab537b3a

1 file changed, 0 insertions(+), 4 deletions(-)

jump to
M justfilejustfile
@@ -28,15 +28,11 @@
watch-flake command: watchexec --restart -w flake.nix -w flake.lock direnv exec . {{ command }} -watch-builder: (watch-flake "watchexec -w cmd/build -w content -w templates -r go run ./cmd/build --base-url http://localhost:3000") - build: go run ./cmd/build nix-build what: nix build .#{{ what }} - -watch-server: (watch-flake "watchexec -r -i content -i templates go run ./cmd/server") dev: systemfd -s http::3000 modd