/// import dotenv = require('dotenv'); dotenv.config({ silent: true }); dotenv.config({ path: '.env' }) dotenv.config({ encoding: 'utf8' })