about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-05-07 15:25:02 +0200
committerAlan Pearce2024-05-07 15:25:02 +0200
commit6c8c36b2c34bc375859230ddc13c5071274f60b4 (patch)
tree9d1e124683b51df5358fa995467b1413c5900ccd /justfile
parent64520c95ef7ad3042049ad1bfcad7f72f1ae1325 (diff)
downloadsearchix-6c8c36b2c34bc375859230ddc13c5071274f60b4.tar.lz
searchix-6c8c36b2c34bc375859230ddc13c5071274f60b4.tar.zst
searchix-6c8c36b2c34bc375859230ddc13c5071274f60b4.zip
build: workaround wgo CPU usage
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
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