From 6c8c36b2c34bc375859230ddc13c5071274f60b4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 7 May 2024 15:25:02 +0200 Subject: build: workaround wgo CPU usage --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index c3b9130..700e255 100644 --- a/justfile +++ b/justfile @@ -57,4 +57,4 @@ precommit: nix-build -A pre-commit-check dev: prepare - wgo run ./serve/ --live + watchexec wgo run -exit ./serve/ --live -- cgit 1.4.1