TIL this is how you can use an .env file variable from a script in package.json
```
eval $(grep '^SOME_VAR' .env) && script
```
π https://stackoverflow.com/questions/34650527/how-to-use-environment-variables-in-package-json
TIL this is how you can use an .env file variable from a script in package.json
```
eval $(grep '^SOME_VAR' .env) && script
```
π https://stackoverflow.com/questions/34650527/how-to-use-environment-variables-in-package-json
If you have a fediverse account, you can quote this note from your own instance. Search https://social.ayco.io/users/ayo/statuses/114522075245001775 on your instance and quote it. (Note that quoting is not supported in Mastodon.)