all repos — website @ ac0195094bc684fc8dac75f0940541c80b48124e

My website

remove unused targets from justfile
Alan Pearce alan@alanpearce.eu
Thu, 13 Jun 2024 17:09:10 +0200
commit

ac0195094bc684fc8dac75f0940541c80b48124e

parent

a1ddbf3fa6d1814ebca238d0c4ed54617253689f

1 files 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