mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
Improve backend uberjar profile.
This commit is contained in:
parent
2fa169e28d
commit
4d5a8ac89d
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
:main ^:skip-aot uxbox.main}
|
:main ^:skip-aot uxbox.main}
|
||||||
|
|
||||||
:uberjar
|
:uberjar
|
||||||
{:jar-name "uxbox.jar"
|
{:jar-exclusions [#"\.swp|\.swo|user\.clj" #"public/media"]
|
||||||
|
:jar-name "uxbox.jar"
|
||||||
:uberjar-name "uxbox-backend.jar"
|
:uberjar-name "uxbox-backend.jar"
|
||||||
:target-path "dist/"}}
|
:target-path "dist/"}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue