import paths from "./paths"; require("dotenv").config({ path: paths.dotenv }); const getEnv = () => { return process.env; }; export default getEnv;