mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 07:18:25 +02:00
✨ Improve test runner
This commit is contained in:
parent
2348146f00
commit
ec53288b66
5 changed files with 18 additions and 20 deletions
|
@ -10,6 +10,7 @@
|
|||
[app.common.logging :as l]
|
||||
[app.config :as cf]
|
||||
[app.util.time :as dt]
|
||||
[cuerdas.core :as str]
|
||||
[integrant.core :as ig])
|
||||
(:gen-class))
|
||||
|
||||
|
@ -417,6 +418,7 @@
|
|||
(ig/prep)
|
||||
(ig/init))))
|
||||
(l/info :msg "welcome to penpot"
|
||||
:flags (str/join "," (map name cf/flags))
|
||||
:worker? (contains? cf/flags :backend-worker)
|
||||
:version (:full cf/version)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue