mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Set proper defaults for api urls.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user