Spaces:
Sleeping
Sleeping
{ | |
"version": 2, | |
"builds": [ | |
{ | |
"use": "@vercel/python", | |
"config": { | |
"maxLambdaSize": "2000mb" | |
} | |
} | |
], | |
"rewrites": [{ "source": "/(.*)", "destination": "/api/index" }] | |
} | |