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
|
@ -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…
Reference in New Issue