diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile index 8054509..d78325f 100644 --- a/justfile +++ b/justfile @@ -14,3 +14,6 @@ fix: precommit: nix-build -A pre-commit-check + +dev: + wgo run ./serve/ |