mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 17:21:40 +02:00
Add compile time defined url variable for easy config the api url.
This commit is contained in:
parent
e5fda5aac3
commit
f80c48e679
5 changed files with 10 additions and 7 deletions
|
@ -16,6 +16,8 @@
|
|||
:asset-path "js"
|
||||
:parallel-build false
|
||||
:optimizations :none
|
||||
:closure-defines {"uxbox.repo.core.url"
|
||||
"https://test.uxbox.io/api"}
|
||||
:warnings {:ns-var-clash false}
|
||||
:pretty-print true
|
||||
:language-in :ecmascript5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue