tsdx
tsdx copied to clipboard
Detect .env file ?
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?
- me and my team and other tsdx users
Describe alternatives you've considered
-none
Additional context
Same need!
I figured out by my self create .env.local
and start variable with REACT_APP
for example:
REACT_APP_KEY=test