import dotnev from "dotenv"; dotnev.config(); export const PORT = process.env.PORT || 4000;