How does Vercel provider store data?
This post might have stale content, as main is 1037 commits ahead.
where does vercel provider store things? do they hardcode a redis URL or something? or is it via an environment variable? postgres? redis? what is it?
perfect! so the hardcoded stuff is the https://vercel-workflow.com/api part. then @vercel/oidc gives me getVercelOidcToken ?
END OF POST