You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
Idea would be to use something like the
window.envand write theBUBBLY_APIto there.Then access this using some js, e.g.:
Right now the static files are hosted with Go using
go:embedand one open question is how to add to thewindow.envusing embedded files.