Fix start.lisp

This commit is contained in:
2025-05-17 21:06:34 +09:00
parent 5f74c9adb4
commit 544a68bd57
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -15,4 +15,5 @@
((:file "packages")
(:file "accent")
(:file "index")
(:file "entry")))
;;(:file "entry")
))
+1 -1
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)