project.clj 363 B

123456789
  1. (defproject hello "reitit"
  2. :description "Immutant, Reitit, Jsonista"
  3. :dependencies [[org.clojure/clojure "1.10.0"]
  4. [ikitommi/immutant-web "3.0.0-alpha1"]
  5. [metosin/jsonista "0.2.2"]
  6. [metosin/reitit "0.2.12"]]
  7. :jvm-opts ^:replace ["-Dclojure.compiler.direct-linking=true"]
  8. :main hello.handler
  9. :aot :all)