mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 16:24:40 +00:00
14 lines
165 B
JSON
14 lines
165 B
JSON
{
|
|
"builds": [
|
|
{
|
|
"src": "main.py",
|
|
"use": "@vercel/python"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "main.py"
|
|
}
|
|
]
|
|
}
|