fix: update TUI ASDF system from monolithic gateway-tui.lisp to 3-file split
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 3s

This commit is contained in:
2026-05-05 14:15:46 -04:00
parent ad8242fee6
commit 9281e37c01
2 changed files with 8 additions and 2 deletions

View File

@@ -18,4 +18,7 @@
(defsystem :passepartout/tui
:depends-on (:passepartout :croatoan :usocket :bordeaux-threads)
:components ((:file "lisp/gateway-tui")))
:serial t
:components ((:file "lisp/gateway-tui-model")
(:file "lisp/gateway-tui-view")
(:file "lisp/gateway-tui-main")))