Fork me on GitHub
#shadow-cljs
<
2023-01-07
>
michihuber14:01:33

we're running electron with a custom protocol, serving assets via app://-/path/to/file so that we can use absolute paths like in the browser app. this makes shadow-cljs connect to ws://-:9630/... , which causes a websocket connection error. any way we can point shadow towards localhost?

thheller15:01:39

:devtools {:use-document-host false} in the build config