jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.2k stars 505 forks source link

Detect .env file ? #1138

Open darwin808 opened 2 years ago

darwin808 commented 2 years ago

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

jonit-dev commented 1 year ago

Same need!

0x1h commented 1 year ago

I figured out by my self create .env.local and start variable with REACT_APP

for example:

REACT_APP_KEY=test