motdotla/dotenv

Able to use `require("dotenv/config")()`

hvlxh opened this issue · 4 comments

hvlxh commented

Its better than using require("dotenv").config()

require('dotenv/config')()
                        ^

TypeError: require(...) is not a function
hvlxh commented

i'll open an pr if its accepted

hvlxh commented

wait nevermind. require('dotenv/config')

glad you were able to solve @hvlxh. Have a nice day.

hvlxh commented

@motdotla it feels good to use require('dotenv/config') than require('dotenv').config() just like import('dotenv/config')... Its good to refers to use dotenv like require('dotenv/config') in README