Add start.lisp

This commit is contained in:
Alexander Rosenberg 2025-05-17 20:53:54 +09:00
parent 5afe6f02b3
commit 5f74c9adb4
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,8 @@
#:defwidget)
(:import-from #:reblocks/app
#:defapp)
(:export #:*pitch-color*))
(:export #:*pitch-color*
#:index))
(defpackage #:myoji-accent/entry
(:use #:cl #:myoji-accent/accent)

4
start.lisp Normal file
View File

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