mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
16 lines
228 B
JSON
16 lines
228 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "./index.py",
|
|
"use": "@vercel/python"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/"
|
|
}
|
|
]
|
|
}
|