diff options
author | Alan Pearce | 2024-05-07 15:25:02 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-07 15:25:02 +0200 |
commit | 6c8c36b2c34bc375859230ddc13c5071274f60b4 (patch) | |
tree | 9d1e124683b51df5358fa995467b1413c5900ccd | |
parent | 64520c95ef7ad3042049ad1bfcad7f72f1ae1325 (diff) | |
download | searchix-6c8c36b2c34bc375859230ddc13c5071274f60b4.tar.lz searchix-6c8c36b2c34bc375859230ddc13c5071274f60b4.tar.zst searchix-6c8c36b2c34bc375859230ddc13c5071274f60b4.zip |
build: workaround wgo CPU usage
-rw-r--r-- | justfile | 2 |
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 |