mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
10 lines
257 B
Clojure
10 lines
257 B
Clojure
{:dev
|
|
{:plugins [[lein-ancient "0.6.10"]]
|
|
:dependencies [[clj-http "2.1.0"]]
|
|
:jvm-opts ["-Xms50m" "-Xmx200m" "-XX:+UseG1GC"]
|
|
:main ^:skip-aot uxbox.main}
|
|
|
|
:uberjar
|
|
{:jar-name "uxbox.jar"
|
|
:uberjar-name "uxbox-backend.jar"
|
|
:target-path "dist/"}}
|