hvlxh opened this issue 2 years ago · 4 comments
Its better than using require("dotenv").config()
require("dotenv").config()
require('dotenv/config')() ^ TypeError: require(...) is not a function
i'll open an pr if its accepted
wait nevermind. require('dotenv/config')
require('dotenv/config')
glad you were able to solve @hvlxh. Have a nice day.
@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
require('dotenv').config()
import('dotenv/config')