This commit is contained in:
Akira Tempaku 2024-04-12 03:49:34 +09:00
parent 0441d03206
commit 21c2d8aa99
18 changed files with 130 additions and 117 deletions

4
hp.asd
View file

@ -4,5 +4,7 @@
:defsystem-depends-on ("wild-package-inferred-system")
:class "winfer:wild-package-inferred-system"
:pathname "src"
:depends-on ("hp/main")
:depends-on ("hp/app")
:in-order-to ((test-op (test-op "hp-tests"))))
(register-system-packages "lack-middleware-accesslog" '(:lack.middleware.accesslog))