This commit is contained in:
Akira Tempaku 2025-04-21 01:36:52 +09:00
parent 47c182ff4b
commit 574b760ff7
Signed by: paku
GPG key ID: 5B4E8402BCC50607
10 changed files with 278 additions and 90 deletions

View file

@ -5,4 +5,5 @@
:license "MIT"
:class :package-inferred-system
:pathname "src"
:depends-on ("microcms/main"))
:depends-on ("microcms/main")
:in-order-to ((test-op (test-op "microcms-test"))))