Spaces:
Runtime error
Runtime error
| { | |
| "version": 2, | |
| "builds": [ | |
| { | |
| "src": "api/index.py", | |
| "use": "@vercel/python", | |
| "config": { | |
| "maxLambdaSize": "50mb" | |
| } | |
| } | |
| ], | |
| "routes": [ | |
| { | |
| "src": "/static/(.*)", | |
| "dest": "/static/$1" | |
| }, | |
| { | |
| "src": "/(.*)", | |
| "dest": "/api/index.py" | |
| } | |
| ] | |
| } | |