mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-28 21:34:48 +00:00
5f6da94ae7
- used to set custom figwheel port in config.cljs - fixes #151
7 lines
255 B
Clojure
7 lines
255 B
Clojure
(ns env.config)
|
|
|
|
(def figwheel-urls {
|
|
{{#each platforms}}
|
|
:{{@key}} "ws://{{this.host}}:{{#if ../figwheelPort}}{{../figwheelPort}}{{else}}3449{{/if}}/figwheel-ws"
|
|
{{/each}}
|
|
}) |