From 9a040d4e78ab07eb9c482a40042f2ba92d2a8e3b Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sat, 7 Jan 2023 09:39:46 -0600 Subject: Revert "Add: serialization for Heroes and dnd.api package" This reverts commit 72bcf7e66269af588d9daa9064de23d257cbd053. --- init.lisp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp index c3382aa..535da6c 100644 --- a/init.lisp +++ b/init.lisp @@ -1,6 +1,6 @@ ;;;; init.lisp -(in-package #:dnd.api) +(in-package #:dnd) (defun init-db (&optional config) (if config @@ -9,13 +9,3 @@ 'db:mp-store :directory (merge-pathnames "dnd-store/" (user-homedir-pathname)) :subsystems (list (make-instance 'db:store-object-subsystem))))) - -(defvar *dnd-arena* nil - "The instance of the HTTP server.") - -(defun conjure-arena () - (setf *dnd-arena* (lzb:create-server)) - (lzb:install-app *dnd-arena* 'api) - (lzb:start-server *dnd-arena*)) - - -- cgit v1.2.3