diff options
author | Alan Pearce | 2024-06-13 17:09:10 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-13 17:09:10 +0200 |
commit | ac0195094bc684fc8dac75f0940541c80b48124e (patch) | |
tree | a482d20b656458b8c025258b9027ab8fd8789bd4 /justfile | |
parent | a1ddbf3fa6d1814ebca238d0c4ed54617253689f (diff) | |
download | website-ac0195094bc684fc8dac75f0940541c80b48124e.tar.lz website-ac0195094bc684fc8dac75f0940541c80b48124e.tar.zst website-ac0195094bc684fc8dac75f0940541c80b48124e.zip |
remove unused targets from justfile
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |