-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
12 lines (12 loc) · 754 Bytes
/
deps.edn
File metadata and controls
12 lines (12 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{:paths ["src" "resources"]
:deps {http-kit/http-kit {:mvn/version "2.8.0"}
ring/ring-core {:mvn/version "1.14.1"}
ring/ring-json {:mvn/version "0.5.1"}}
:aliases {:build {:extra-deps {io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}}
:ns-default build
:jvm-opts ["-Dcljfx.skip-javafx-initialization=true"]}
;; TODO remove
:dev {:extra-paths ["dev-src"]
:jvm-opts ["-Dclojure.storm.instrumentOnlyPrefixes=dev,flow-storm.plugins.mcp"
"-Dclojure.storm.instrumentSkipPrefixes=flow-storm.plugins.mcp.ui"
"-Dflowstorm.plugins.namespaces.cljsCompilerPlugin=flow-storm.plugins.mcp.all"]}}}