import { config } from "dotenv"; config(); import server from "./src/server"; // start the server server();