mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
chore: add re-frisk remote dev preload with host and port overrides
This change allows for the client app to connect to the configured host address and port.
This commit is contained in:
parent
b261af5373
commit
227873d174
5
src/dev/re_frisk_preload.cljs
Normal file
5
src/dev/re_frisk_preload.cljs
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
(ns dev.re-frisk-preload
|
||||||
|
(:require [re-frisk-remote.core :as re-frisk-remote]
|
||||||
|
[status-im.config]))
|
||||||
|
|
||||||
|
(re-frisk-remote/enable {:host (str status-im.config/re-frisk-host ":" status-im.config/re-frisk-port)})
|
Loading…
x
Reference in New Issue
Block a user