Open
Description
Documentation: https://vercel.com/docs/functions/serverless-functions/runtimes/node-js#advanced-node.js-usage
Vercel expects you to export a function whose signature is compatible with the argument to Node.js createServer
method.
Fortunately there is already an implementation of such a function in http4s.