Open g3-tin opened 10 months ago
Similar to https://github.com/unjs/std-env/issues/115
I think we should contribute to std-env
and handle this there (see the linked issue above) - and then just add a recommendation for people depending on import.meta.env to use std-env
I have a schema like this. This will be very bad if I use
process.env
andimport.env
the same time. But since I share this environment cross over nextjs repo and vite repo. So I want it to support this kind.Is there any better ways?