remove unused targets from justfile
Alan Pearce alan@alanpearce.eu
Thu, 13 Jun 2024 17:09:10 +0200
1 files changed, 0 insertions(+), 4 deletions(-)
jump to
M justfile → justfile
@@ -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