avds / vercel.json
aevionai's picture
Initial AVDS deployment
58acc34
raw
history blame contribute delete
180 Bytes
{
"version": 2,
"builds": [
{
"src": "main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "main.py"
}
]
}