Add hp/main package

This commit is contained in:
Akira Tempaku 2024-10-05 22:05:26 +09:00
parent b403e6643f
commit 7bddd59dab
4 changed files with 39 additions and 34 deletions

2
hp.asd
View file

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