ui: Add "build" to command list.
* haunt/ui.scm (commands): Add "build".
This commit is contained in:
parent
210e58c2ba
commit
db0f607f28
|
@ -45,7 +45,7 @@
|
||||||
haunt-main))
|
haunt-main))
|
||||||
|
|
||||||
(define commands
|
(define commands
|
||||||
'("serve"))
|
'("build" "serve"))
|
||||||
|
|
||||||
(define program-name (make-parameter 'haunt))
|
(define program-name (make-parameter 'haunt))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue