// index.js require('dotenv').config() // or import 'dotenv/config' // for esm console.log(`Hello ${process.env.HELLO}`)