vite-envs
vite-envs copied to clipboard
⚙️ Env var in Vite at container startup
It's not a big deal realy and it's hard to fix because ...shell. Reference: https://chat.openai.com/share/24f920e5-58b9-4c80-8d78-b5ba9c17c402 For `window.__VITE_ENVS` everything works flawlessly. It's only for the %% substitution in the html that...
Using window is not compatible with Web/Shared Workers (where window is undefined). Using globalThis is a better alternative, as it should work in all environments.
Awesome plugin, good job! Perhaps at the moment I have not fully understood the principle of its work, but I would like to clarify one point: **Is it possible to...