📎 Explicitly disable features on code

This commit is contained in:
Andrey Antukh 2022-12-01 08:56:23 +01:00
parent c1a1120137
commit a4acdd1886
2 changed files with 6 additions and 1 deletions

View file

@ -37,6 +37,7 @@
(when (= :browser @cf/target)
(log/info :message "Welcome to penpot"
:version (:full @cf/version)
:asserts *assert*
:build-date cf/build-date
:public-uri (str @cf/public-uri)))