mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
Set proper defaults for api urls.
This commit is contained in:
parent
65bce97486
commit
ce53bdb867
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
:parallel-build false
|
||||
:optimizations :none
|
||||
:closure-defines {"uxbox.common.constants.url"
|
||||
"http://localhost:6060/api"}
|
||||
"https://test.uxbox.io/api"}
|
||||
:warnings {:ns-var-clash false}
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
|
@ -33,7 +33,7 @@
|
|||
:parallel-build false
|
||||
:optimizations :none
|
||||
:closure-defines {"uxbox.common.constants.url"
|
||||
"http://localhost:6060/api"}
|
||||
"https://test.uxbox.io/api"}
|
||||
:warnings {:ns-var-clash false}
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
|
|
Loading…
Add table
Reference in a new issue