about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-05-09 20:10:42 +0200
committerAlan Pearce2024-05-09 20:10:42 +0200
commit35df7d411b34c5fc166b06589e1a89cdb7231491 (patch)
tree57263e933d1721012efe853792d753cd7300ad92 /justfile
parent8ab9adf719090e213bd91b2747986ba6ef94576d (diff)
downloadsearchix-35df7d411b34c5fc166b06589e1a89cdb7231491.tar.lz
searchix-35df7d411b34c5fc166b06589e1a89cdb7231491.tar.zst
searchix-35df7d411b34c5fc166b06589e1a89cdb7231491.zip
build: pass config file to dev command
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
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