mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 03:01:38 +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
|
@ -14,6 +14,8 @@
|
|||
:output-dir "out"
|
||||
:parallel-build false
|
||||
:optimizations :none
|
||||
:closure-defines {"uxbox.repo.core.url"
|
||||
"https://test.uxbox.io/api"}
|
||||
:language-in :ecmascript5
|
||||
:language-out :ecmascript5
|
||||
:target :nodejs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue