ARC / vercel.json
github-actions[bot]
Deploy from GitHub Actions: df12f0dffbbb25b28e353981e621b4fe6afd80f0
f6a4c20
raw
history blame contribute delete
173 Bytes
{
"builds": [
{
"src": "app/main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app/main.py"
}
]
}