Initial commit.
This commit is contained in:
commit
b2e2fde818
36 changed files with 1475 additions and 0 deletions
14
deps.edn
Normal file
14
deps.edn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
|
||||
ring/ring-devel {:mvn/version "1.12.1"}
|
||||
compojure/compojure {:mvn/version "1.7.1"}
|
||||
ring-server/ring-server {:mvn/version "0.5.0"}
|
||||
cryogen-flexmark/cryogen-flexmark {:mvn/version "0.1.5"}
|
||||
cryogen-core/cryogen-core {:mvn/version "0.4.9"}}
|
||||
:aliases {;; Run with `clojure -M:build`
|
||||
:build {:main-opts ["-m" "cryogen.core"]}
|
||||
;; Start a server serving the blog: `clojure -X:serve`
|
||||
;; Requires tools.deps.alpha 0.9.810+
|
||||
:serve {:exec-fn cryogen.server/serve
|
||||
:exec-args {:port 3000}}
|
||||
:fast {:exec-fn cryogen.server/serve
|
||||
:exec-args {:fast true}}}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue