mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-22 09:18:20 +00:00
7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
|
(ns env.config)
|
||
|
|
||
|
(def figwheel-urls {
|
||
|
{{#each platforms}}
|
||
|
:{{@key}} "ws://{{this.host}}:3449/figwheel-ws"
|
||
|
{{/each}}
|
||
|
})
|