mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
🔥 Remove the mount dependency.
This commit is contained in:
parent
6c1e2b8eab
commit
9146642947
3 changed files with 2 additions and 6 deletions
|
@ -61,8 +61,6 @@
|
|||
|
||||
;; exception printing
|
||||
io.aviso/pretty {:mvn/version "0.1.37"}
|
||||
|
||||
mount/mount {:mvn/version "0.1.16"}
|
||||
environ/environ {:mvn/version "1.2.0"}}
|
||||
:paths ["src" "resources" "../common" "common"]
|
||||
:aliases
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
[app.util.time :as dt]
|
||||
[clojure.spec.alpha :as s]
|
||||
[cuerdas.core :as str]
|
||||
[environ.core :refer [env]]
|
||||
[mount.core :refer [defstate]]))
|
||||
[environ.core :refer [env]]))
|
||||
|
||||
(def defaults
|
||||
{:http-server-port 6060
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
[app.common.spec :as us]
|
||||
[clojure.spec.alpha :as s]
|
||||
[app.config :refer [config]]
|
||||
[app.util.storage :as ust]
|
||||
[mount.core :refer [defstate]]))
|
||||
[app.util.storage :as ust]))
|
||||
|
||||
(s/def ::media-directory ::us/not-empty-string)
|
||||
(s/def ::media-uri ::us/not-empty-string)
|
||||
|
|
Loading…
Reference in a new issue