From 35df7d411b34c5fc166b06589e1a89cdb7231491 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 May 2024 20:10:42 +0200 Subject: build: pass config file to dev command --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') 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 -- cgit 1.4.1