project.clj 313 B

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