mirror of https://github.com/penpot/penpot.git
Set proper default config.
This commit is contained in:
parent
c6b1263d33
commit
aa4c39395f
|
|
@ -2,8 +2,8 @@
|
|||
'[figwheel-sidecar.repl-api :as ra])
|
||||
|
||||
(def options
|
||||
{"uxbox.config.url" "http://127.0.0.1:6060/api"
|
||||
;; "uxbox.config.url" "https://test.uxbox.io/api"
|
||||
{;;"uxbox.config.url" "http://127.0.0.1:6060/api"
|
||||
"uxbox.config.url" "https://test.uxbox.io/api"
|
||||
})
|
||||
|
||||
(ra/start-figwheel!
|
||||
|
|
|
|||
Loading…
Reference in New Issue