diff options
author | Alan Pearce | 2024-05-17 15:38:44 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-17 15:42:53 +0200 |
commit | 02589f637da77501030f0f37b3aafe2ff4c2c304 (patch) | |
tree | 50ef0b4311b73419986bf3e8e50389ee44b60ac8 /justfile | |
parent | 05e61978906a08132c4340a5f9ae518134dd0fa9 (diff) | |
download | searchix-02589f637da77501030f0f37b3aafe2ff4c2c304.tar.lz searchix-02589f637da77501030f0f37b3aafe2ff4c2c304.tar.zst searchix-02589f637da77501030f0f37b3aafe2ff4c2c304.zip |
build: make `just dev` watch config.toml
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 7a3988c..125a8f4 100644 --- a/justfile +++ b/justfile @@ -21,7 +21,7 @@ precommit: nix-build -A pre-commit-check dev: - watchexec -e go -r wgo run -exit ./ --live --config config.toml + watchexec --no-vcs-ignore --filter "**/*.go" --filter config.toml -r wgo run -exit ./ --live --config config.toml reindex: wgo run -exit . --config config.toml --replace |