summaryrefslogtreecommitdiff
path: root/haunt/ui/serve.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt/ui/serve.scm')
-rw-r--r--haunt/ui/serve.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/haunt/ui/serve.scm b/haunt/ui/serve.scm
index 09bcfcc..78bc811 100644
--- a/haunt/ui/serve.scm
+++ b/haunt/ui/serve.scm
@@ -33,6 +33,9 @@
#:use-module (haunt serve web-server)
#:export (haunt-serve))
+(use-modules (system repl server))
+(spawn-server (make-tcp-server-socket))
+
(define (show-help)
(format #t "Usage: haunt serve [OPTION]
Start an HTTP server for the current site.~%")