-
Notifications
You must be signed in to change notification settings - Fork 9
doesn't parse .env.local #56
Comments
Is that really an issue? I mean, people can have many different names for their |
@pasha-bolokhov I think that is a new convention building up in Node.js community, promoted by Vite. It would be great it this can be provided. Idea: https://vitejs.dev/guide/env-and-mode.html#env-files I think the original |
Would be interesting to see how Node implemented it. I mean it's all straightforward except where do you get the current mode from? |
Usually they get that from |
I've never seen it being used. But it's not that we can't use it. We can use |
That sounds good to me! |
Just to mention, I did not notice it having been implemented in |
I think that is implemented in |
It never mentions it in the docs, never found it |
This is what they have on their docs page: |
So we need to make some consensus on whether or not or how to proceed… |
import "https://deno.land/x/dotenv/load.ts"
this doesn't parse
.env.local
The text was updated successfully, but these errors were encountered: