Currently, setting up the underlying http server in RPC server is a bit too complex and requires improvement in the devEx
{
server: {
httpServer: app.listen(config.port, () => {
logger.info(`Server is running on port ${config.port}`)
}),
callbacks: {},
},
},