aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-07 14:18:38 -0600
committerColin Okay <okay@toyful.space>2022-02-07 14:18:38 -0600
commit448320e12237a835b830a3da5154944cce2b80eb (patch)
tree70d180761b4c9bdfcecf0fa1d728a186e0d25275 /package.lisp
parent832f64a42bff4480fa246361292718f4befcc85d (diff)
huzzah! all the parts are in place.
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
index 4c56fd2..e03ce20 100644
--- a/package.lisp
+++ b/package.lisp
@@ -23,6 +23,7 @@
;; lifecycle functions
#:install-app
#:uninstall-app
+ #:create-server
#:start-server
#:stop-server))
@@ -39,6 +40,7 @@
#:http-ok
#:http-err
#:defendpoint
+ #:create-server
#:install-app
#:uninstall-app
#:start-server