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:
Sean Hagstrom 2024-12-10 14:32:40 -08:00
parent b261af5373
commit 227873d174
No known key found for this signature in database
GPG Key ID: 5257FEDF56307320
1 changed files with 5 additions and 0 deletions

View 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)})