SomaH
Results
3
comments of
SomaH
Hey there! Is there any chance that this can be merged in the near future? :)
Seems to be a similar issue for `import.meta.env.FOO` in `define`, even without a project, when using browser mode.
The problem seems to be deeper. We have the following setup in our vite config: `define: { 'import.meta.env.API_URL': JSON.stringify(apiUrl) },` where `const apiUrl = process.env.API_URL || config.default_api_path;` And while this...