diff options
-rw-r--r-- | haunt/ui.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/ui.scm b/haunt/ui.scm index 3b77bd2..f12e6d3 100644 --- a/haunt/ui.scm +++ b/haunt/ui.scm @@ -45,7 +45,7 @@ haunt-main)) (define commands - '("serve")) + '("build" "serve")) (define program-name (make-parameter 'haunt)) |