Fix start.lisp

This commit is contained in:
Alexander Rosenberg 2025-05-17 21:06:34 +09:00
parent 5f74c9adb4
commit 544a68bd57
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730
2 changed files with 3 additions and 2 deletions

View File

@ -15,4 +15,5 @@
((:file "packages")
(:file "accent")
(:file "index")
(:file "entry")))
;;(:file "entry")
))

View File

@ -1,4 +1,4 @@
(ql:quickload '(:myoji-accent))
(myoji-accent/accent:initialize-connection)
(reblocks/server:start :apps '(myoji-accent/index:index))
(reblocks/server:start)