Deploy your TypeScript Express App to Vercel (2024)
Disclaimer: This blog does not discuss express and how to build server logic. This only focuses on deploying the app to Vercel as a Serverless Function.
Step 1: Export app instead of listening on a certain port.
Export the app in ES6 fashion rather t...
highonbugs.sbk2k1.in2 min read