-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.edn
More file actions
22 lines (18 loc) · 796 Bytes
/
deps.edn
File metadata and controls
22 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{:deps {lilactown/hx {:mvn/version "0.5.2"}
org.clojure/clojurescript {:mvn/version "1.10.520"}}
:paths ["src"]
:aliases {:test
{:extra-paths ["test"]
:extra-deps {olical/cljs-test-runner {:mvn/version "3.5.0"}}
:main-opts ["-m" "cljs-test-runner.main"]}
:pack
{:main-opts
["-m" "mach.pack.alpha.skinny" "--no-libs" "--project-path" "app.jar"]
:extra-deps
{pack/pack.alpha {:git/url "https://github.com/juxt/pack.alpha.git"
:sha "2769a6224bfb938e777906ea311b3daf7d2220f5"}}}
:deploy
{:main-opts
["-m" "deps-deploy.deps-deploy" "deploy" "app.jar"]
:extra-deps
{deps-deploy {:mvn/version "RELEASE"}}}}}