🔥 Remove atom wrapping on several config props

This commit is contained in:
Andrey Antukh 2023-06-21 17:51:30 +02:00
parent 0aefd044dc
commit 10205e51cc
14 changed files with 56 additions and 56 deletions

View file

@ -36,9 +36,9 @@
(log/setup! {:app :info})
(when (= :browser @cf/target)
(when (= :browser cf/target)
(log/info :message "Welcome to penpot"
:version (:full @cf/version)
:version (:full cf/version)
:asserts *assert*
:build-date cf/build-date
:public-uri (dm/str cf/public-uri)))