import start from "./easy-api.js"; import routes from "./routes/index.js"; start(routes, "localhost", 8080, { password: "password123" });