Open darwin808 opened 2 years ago
it does not detect .env file internally
it should detect .env file , as of now it detect the host env example react/next
-
-none
Same need!
I figured out by my self create .env.local and start variable with REACT_APP
.env.local
for example:
REACT_APP_KEY=test
Current Behavior
it does not detect .env file internally
Desired Behavior
it should detect .env file , as of now it detect the host env example react/next
Suggested Solution
-
Who does this impact? Who is this for?
Describe alternatives you've considered
-none
Additional context