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
@7iomka It's a Vite design limitation: import.meta.env isn't defined in any config file, neither inside Vite's vite.config.js file nor inside Vike's +config.js files.
A possibility would be to stop using Vite's mode implemention and have Vike implement its own mode feature. (While we could make import.meta.env work inside +config.js and vike.config.js files, I ain't sure we could make it work inside vite.config.js files: to be researched.)
Description
env.public
..env.public
files?import.meta.env
support for config files?The text was updated successfully, but these errors were encountered: