How to deploy node js express app on Vercel?
I have built an app using Node js, Express and typescript. npm run build
builds the app and npm start
serves the app. It works perfectly on local but I am having trouble when deploying it to the Vercel.