From ac0195094bc684fc8dac75f0940541c80b48124e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 13 Jun 2024 17:09:10 +0200 Subject: remove unused targets from justfile --- justfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 304eb98..1a24bf3 100755 --- a/justfile +++ b/justfile @@ -28,16 +28,12 @@ update-all: 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 -- cgit 1.4.1