mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 02:08:35 +02:00
Define a new settings for the view application.
This commit is contained in:
parent
bfcb96ae87
commit
58563a41cb
4 changed files with 6 additions and 8 deletions
|
@ -16,8 +16,6 @@
|
|||
{:main 'uxbox.main
|
||||
:parallel-build false
|
||||
:optimizations :none
|
||||
:closure-defines {"uxbox.config.url"
|
||||
"https://test.uxbox.io/api"}
|
||||
:warnings {:ns-var-clash false}
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
|
@ -33,8 +31,6 @@
|
|||
{:main 'uxbox.view
|
||||
:parallel-build false
|
||||
:optimizations :none
|
||||
:closure-defines {"uxbox.config.url"
|
||||
"https://test.uxbox.io/api"}
|
||||
:warnings {:ns-var-clash false}
|
||||
:language-in :ecmascript6
|
||||
:language-out :ecmascript5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue