Skip to content

Load blink.js from local server when loading from localhost #303

@bryaan

Description

@bryaan

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions