Fork me on GitHub
#portal
<
2021-12-20
>
sakalli17:12:55

Hello, I just did a quick and dirty setup, and it looks great, thank you. 🙏Is it possible to tap into the same inspector from both the jvm and the browser runtimes when developing on them simultaneously?

djblue17:12:35

Thanks! There isn't a way to do so automatically yet, but the browser can leverage the https://github.com/djblue/portal#remote-api to send data to the jvm version of portal :thumbsup:

djblue17:12:05

Just make sure to hardcode the port on portal.api/open so the browser can find the portal api

sakalli17:12:21

kk, thanks!