From a15619de566554bf981f039c4a85f96fdb3ea04a Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Fri, 23 Sep 2022 16:12:38 +0100 Subject: [PATCH] add woo server to ritherdon-archive.asd file. Added it so I can switch between hunchentoot and woo whenever I want. No real reason to choose one over the other at the moment. --- ritherdon-archive.asd | 1 + 1 file changed, 1 insertion(+) diff --git a/ritherdon-archive.asd b/ritherdon-archive.asd index b525a1d..0cb7f21 100644 --- a/ritherdon-archive.asd +++ b/ritherdon-archive.asd @@ -20,6 +20,7 @@ "sxql" ;;; Additional Packages (after initial Caveman set-up) + #:woo ; Alternative server to Hunchentoot #:clack-errors ; Error report (HTML/template views) #:mito ; Database ORM #:mito-auth ; Auth. with password hashing and salting