summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorGrant Shangreaux <shoshin@cicadas.surf>2023-01-24 14:02:27 -0600
committerGrant Shangreaux <shoshin@cicadas.surf>2023-01-24 14:02:27 -0600
commit1d40a541e41b37d03446b471ef8c072b005ee24e (patch)
tree30d5a0951c25a2376f562a521cf72f2cf08f544f /package.lisp
parent7bbe9edc81e11aaee184135224712198b2435d87 (diff)
Add: build.lisp with running swank server
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index a844c56..582e854 100644
--- a/package.lisp
+++ b/package.lisp
@@ -14,6 +14,7 @@
#:with-plist)
(:import-from #:spinneret
#:with-html
- #:with-html-string))
+ #:with-html-string)
+ (:export :boot))