mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-27 12:54:49 +00:00
7 lines
198 B
Clojure
7 lines
198 B
Clojure
(ns env.config)
|
|
|
|
(def figwheel-urls {
|
|
{{#each platforms}}
|
|
:{{@key}} "ws://{{this.host}}:3449/figwheel-ws"
|
|
{{/each}}
|
|
}) |