mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 20:56:38 +02: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
|
:parallel-build false
|
||||||
:optimizations :none
|
:optimizations :none
|
||||||
:closure-defines {"uxbox.common.constants.url"
|
:closure-defines {"uxbox.common.constants.url"
|
||||||
"http://localhost:6060/api"}
|
"https://test.uxbox.io/api"}
|
||||||
:warnings {:ns-var-clash false}
|
:warnings {:ns-var-clash false}
|
||||||
:language-in :ecmascript6
|
:language-in :ecmascript6
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
:parallel-build false
|
:parallel-build false
|
||||||
:optimizations :none
|
:optimizations :none
|
||||||
:closure-defines {"uxbox.common.constants.url"
|
:closure-defines {"uxbox.common.constants.url"
|
||||||
"http://localhost:6060/api"}
|
"https://test.uxbox.io/api"}
|
||||||
:warnings {:ns-var-clash false}
|
:warnings {:ns-var-clash false}
|
||||||
:language-in :ecmascript6
|
:language-in :ecmascript6
|
||||||
:language-out :ecmascript5
|
:language-out :ecmascript5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue