You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was exploring #43 and was a bit irked by the need to have.env without which the project wouldn't fire up. apparently dotenv.config({silent : true}) suppresses its absence and starts the project. Would be cool if we could patch it in ?
The text was updated successfully, but these errors were encountered:
I was exploring #43 and was a bit irked by the need to have
.env
without which the project wouldn't fire up. apparentlydotenv.config({silent : true})
suppresses its absence and starts the project. Would be cool if we could patch it in ?The text was updated successfully, but these errors were encountered: