Main.js (84B)
1 import { config } from "dotenv"; 2 3 export const dotenvConfig = () => { 4 config(); 5 };