mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 16:06:13 +02:00
📎 Add srepl helper for process files
This commit is contained in:
parent
1bb3a3a084
commit
804addfa66
3 changed files with 98 additions and 5 deletions
|
@ -19,10 +19,11 @@
|
|||
[app.common.schema.generators :as sg]
|
||||
[app.common.spec :as us]
|
||||
[app.common.transit :as t]
|
||||
[app.common.types.file :as ctf]
|
||||
[app.common.uuid :as uuid]
|
||||
[app.config :as cfg]
|
||||
[app.main :as main]
|
||||
[app.srepl.helpers]
|
||||
[app.srepl.helpers :as srepl.helpers]
|
||||
[app.srepl.main :as srepl]
|
||||
[app.util.blob :as blob]
|
||||
[app.util.json :as json]
|
||||
|
@ -48,7 +49,8 @@
|
|||
[malli.generator :as mg]
|
||||
[malli.registry :as mr]
|
||||
[malli.transform :as mt]
|
||||
[malli.util :as mu]))
|
||||
[malli.util :as mu]
|
||||
[promesa.exec :as px]))
|
||||
|
||||
(repl/disable-reload! (find-ns 'integrant.core))
|
||||
(set! *warn-on-reflection* true)
|
||||
|
@ -176,4 +178,3 @@
|
|||
[:map
|
||||
[:type [:= :b]]
|
||||
[:b :int]]]]]]]])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue