Alexander Eckert
Results
2
comments of
Alexander Eckert
trafficstars
@bhishp I had the same problem and I solved it by using [dotenv-cli](https://www.npmjs.com/package/dotenv-cli), which supports dotenv-expand. You can use it as follows in you package.json: ```js "start": "dotenv -e .env.staging...
I have been thinking about it the last couple of days and I am not sure if it is possible to have the correct typings if the keys exist and...