No badges yet
No accepted solutions yet
How to use Vercel data cache without using Next.js
I am looking to get a similar `fetch` behavior that is described here https://vercel.com/docs/infrastructure/data-cache in a non-Next.JS app. Specifically, I am using NestJS and...
REST API docs for updating production git branch
I see that the vercel dashboard uses https://vercel.com/api/v9/projects/:projectIdOrName/branch when the production Git branch is updated in the settings. But this endpoint doesn't...