mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
display static root
This commit is contained in:
parent
eb63715883
commit
3c0a262ee7
3 changed files with 14 additions and 5 deletions
|
|
@ -91,6 +91,8 @@
|
|||
"./static-root/"
|
||||
"./www/")
|
||||
(format nil "~A" (asdf:system-source-directory (current-project app)))))
|
||||
(when (static-root-display app)
|
||||
(setf (text-value (static-root-display app)) (format nil "static-root: ~A" *static-root*)))
|
||||
(input-dialog obj "Run form:"
|
||||
(lambda (result)
|
||||
(when result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue