pinax-network / substreams-sink-websockets

Substreams Sink Websockets
https://substreams-sink-websockets-production.up.railway.app
MIT License
2 stars 1 forks source link

Add `--env-file .env` as argument flag #14

Closed DenisCarriere closed 1 year ago

DenisCarriere commented 1 year ago

Scope

Reference:

To match NodeJS's latest update

https://dev.to/cjreads665/nodejs-2060-say-goodbye-to-dotenv-2ijl

DenisCarriere commented 1 year ago

Keeping dotenv as dependency, whenever Bun compile into binary, it loses access to read .env by default

Best to keep dotenv for now and not complicate the .env process