0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
penpot/backend/profiles.clj

11 lines
257 B
Clojure
Raw Normal View History

{:dev
{:plugins [[lein-ancient "0.6.10"]]
:dependencies [[clj-http "2.1.0"]]
:jvm-opts ["-Xms50m" "-Xmx200m" "-XX:+UseG1GC"]
:main ^:skip-aot uxbox.main}
2017-01-21 08:31:20 -05:00
:uberjar
{:jar-name "uxbox.jar"
:uberjar-name "uxbox-backend.jar"
:target-path "dist/"}}