mirror of
https://github.com/penpot/penpot.git
synced 2025-03-16 17:51:18 -05:00
Fix default connection string on figwheel build script.
This commit is contained in:
parent
ffa9d0e8d1
commit
9913388116
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
:parallel-build false
|
||||
:optimizations :none
|
||||
:warnings {:ns-var-clash false}
|
||||
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"}
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
:output-to "resources/public/js/main.js"
|
||||
|
@ -32,6 +33,7 @@
|
|||
:parallel-build false
|
||||
:optimizations :none
|
||||
:warnings {:ns-var-clash false}
|
||||
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"}
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
:output-to "resources/public/js/view.js"
|
||||
|
|
Loading…
Add table
Reference in a new issue