teleporthq/teleport-code-generators

Move from Vercel inlineFile.

Utwo opened this issue · 0 comments

Utwo commented

Because inline deploy on Vercel is restricted to only 10MB we should rewrite the deploy functionality with uploading each file separately and the making a new deploy by providing the SHA1 of those files.

From Vercel docs:

Uploading each file and then creating the deployment with files using SHA1 strings is especially useful when uploading many, or big, files

More info here: https://vercel.com/docs/api#endpoints/deployments/upload-deployment-files