-
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
I am loading a js project from a local Vite server which is much like serving from Webpack. I point my window to localhost:9100 and everything loads. Problem is when I try to call Blink.msg(...) that blink.js has not been loaded onto the window. I am thinking of solving this by adding an import to the head like this:
<script src="localhost:xxxx/blink.js"></script>
What I need to know is on what port Blink.jl is serving its blink.js file from. And if it is not can this functionality be implemented?
This would allow supporting a much much wider range of javascript usecases.
Metadata
Metadata
Assignees
Labels
No labels