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
I have a schema like this. This will be very bad if I use process.env and import.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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: