From 1d40a541e41b37d03446b471ef8c072b005ee24e Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Tue, 24 Jan 2023 14:02:27 -0600 Subject: Add: build.lisp with running swank server --- package.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.lisp') 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)) -- cgit v1.2.3