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
while using bun ./index.html to run / compile Javascript frontend projects (incoming feature)
would love to expose and have access to public environment variables.
Analogous to Vite:
constAPI_URL=import.meta.env.VITE_API_URL
What is the feature you are proposing to solve the problem?
be able to use environment variables on the new html/javascript compilation
What alternatives have you considered?
Not really something that would have an alternative.
The text was updated successfully, but these errors were encountered:
What is the problem this feature would solve?
while using
bun ./index.html
to run / compile Javascript frontend projects (incoming feature)would love to expose and have access to public environment variables.
Analogous to Vite:
What is the feature you are proposing to solve the problem?
be able to use environment variables on the new html/javascript compilation
What alternatives have you considered?
Not really something that would have an alternative.
The text was updated successfully, but these errors were encountered: