mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 04:31:41 +02:00
🔥 Remove atom wrapping on several config props
This commit is contained in:
parent
0aefd044dc
commit
10205e51cc
14 changed files with 56 additions and 56 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue