📎 Add srepl helper for process files

This commit is contained in:
Andrey Antukh 2023-07-28 00:18:38 +02:00 committed by Andrés Moya
parent 1bb3a3a084
commit 804addfa66
3 changed files with 98 additions and 5 deletions

View file

@ -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]]]]]]]])