mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -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}
|
||||
|
||||
:uberjar
|
||||
{:jar-name "uxbox.jar"
|
||||
{:jar-exclusions [#"\.swp|\.swo|user\.clj" #"public/media"]
|
||||
:jar-name "uxbox.jar"
|
||||
:uberjar-name "uxbox-backend.jar"
|
||||
:target-path "dist/"}}
|
||||
|
|
Loading…
Add table
Reference in a new issue