-
Notifications
You must be signed in to change notification settings - Fork 0
/
deps.edn
21 lines (15 loc) · 797 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{:deps {org.clojure/clojure {:mvn/version "1.10.1"}
ring-server/ring-server {:mvn/version "0.5.0"}
ring/ring-devel {:mvn/version "1.8.2"}
compojure/compojure {:mvn/version "1.6.2"}
cryogen-flexmark/cryogen-flexmark {:mvn/version "0.1.4"}
cryogen-core/cryogen-core {:mvn/version "0.4.0"}}
;; :paths ["src" "posts" "templates" "resources" "translations"]
:aliases {:build {:main-opts ["-m" "blog.core"]}
:serve {:exec-fn blog.server/serve
:exec-args {:port 3000}}
:fast {:exec-fn blog.server/serve
:exec-args {:fast true}}
:nrepl {:extra-deps
{nrepl/nrepl {:mvn/version "1.0.0"}}
:main-opts ["-m" "nrepl.cmdline" "--interactive" "--color"]}}}