import dotenv from 'dotenv'; dotenv.config(); console.log(process.env.MY_KEY);
import 'dotenv/config'