diff options
-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 |