mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
Set proper defaults for api urls.
This commit is contained in:
parent
65bce97486
commit
ce53bdb867
@ -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…
x
Reference in New Issue
Block a user