Replies: 1 comment 1 reply
-
I think the only thing that actually works is to spawn your own localhost server and serve the files from there. For simple use cases you may be able to use the Here's the tracking issue for this btw: #5302 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'd like to know how I can dynamically load a local frontend project from the disk instead of compiling it into a binary file. I've tried using the file protocol, but it fails when the frontend communicates with Rust. I've also attempted to use RemoteDomainAccessScope, but communication still fails. Can someone guide me on how to achieve this, or is there a better approach?
Beta Was this translation helpful? Give feedback.
All reactions