diff options
author | Alan Pearce | 2024-05-09 20:10:42 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-09 20:10:42 +0200 |
commit | 35df7d411b34c5fc166b06589e1a89cdb7231491 (patch) | |
tree | 57263e933d1721012efe853792d753cd7300ad92 /justfile | |
parent | 8ab9adf719090e213bd91b2747986ba6ef94576d (diff) | |
download | searchix-35df7d411b34c5fc166b06589e1a89cdb7231491.tar.lz searchix-35df7d411b34c5fc166b06589e1a89cdb7231491.tar.zst searchix-35df7d411b34c5fc166b06589e1a89cdb7231491.zip |
build: pass config file to dev command
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 6f75d1b..d5082cb 100644 --- a/justfile +++ b/justfile @@ -21,4 +21,4 @@ precommit: nix-build -A pre-commit-check dev: - watchexec wgo run -exit ./serve/ --live + watchexec wgo run -exit ./serve/ --live --config-file config.toml |