simonw / datasette-publish-vercel

Datasette plugin for publishing data using Vercel
Apache License 2.0
44 stars 7 forks source link

Vercel Error! File size limit exceeded (100 MB) #40

Open KasperZutterman opened 3 years ago

KasperZutterman commented 3 years ago

I have some use cases to deploy "bigger" datasette instances and I'm hitting the wall on the max filesize. I was wondering if it is possible to set the Vercel cloud version to v1 when using datasette-publish-vercel?

I saw your comments about this: https://github.com/simonw/datasette-publish-vercel/issues/5#issue-595483856 https://github.com/simonw/datasette/issues/366


setting the cloud version to v1 in now.json.

"features": {
  "cloud": "v1"
},