mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
Set proper default config.
This commit is contained in:
parent
c6b1263d33
commit
aa4c39395f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue