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