Spaces:
Runtime error
Runtime error
{ | |
"builds": [ | |
{ | |
"src": "api/index.py", | |
"use": "@vercel/python" | |
} | |
], | |
"routes": [ | |
{ | |
"src": "/(.*)", | |
"dest": "api/index.py" | |
} | |
] | |
} | |