diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/justfile b/justfile index 8883577..7a3988c 100644 --- a/justfile +++ b/justfile @@ -21,10 +21,7 @@ precommit: nix-build -A pre-commit-check dev: - watchexec -e go -r wgo run -exit ./serve/ --live --config config.toml - -index: - wgo run -exit ./import/ --config config.toml + watchexec -e go -r wgo run -exit ./ --live --config config.toml reindex: - wgo run -exit ./import/ --config config.toml --replace + wgo run -exit . --config config.toml --replace |