dia-critic / vercel.json
Florin Bobiș
curaj
58cf8b2
raw
history blame
209 Bytes
{
"version": 2,
"builds": [
{
"use": "@vercel/python",
"config": {
"maxLambdaSize": "2000mb"
}
}
],
"rewrites": [{ "source": "/(.*)", "destination": "/api/index" }]
}