Files
HoyaHax2025/vercel.json
suraj.shenoy.b@gmail.com fe8e1faed8 transcript
2025-01-25 18:40:30 -06:00

16 lines
221 B
JSON

{
"version": 2,
"builds": [
{
"src": "api/index.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "api/index.py"
}
]
}