mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 19:06:38 +02:00
🐛 Use local backend by default
This commit is contained in:
parent
426904000a
commit
4ec303520b
2 changed files with 3 additions and 3 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://demo.uxbox.io/api"
|
||||
{
|
||||
"uxbox.config.url" "http://127.0.0.1:6060/api"
|
||||
})
|
||||
|
||||
(ra/start-figwheel!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue