mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-09 07:30:44 +00:00
15 lines
173 B
JSON
15 lines
173 B
JSON
{
|
|
"builds": [
|
|
{
|
|
"src": "src/main.py",
|
|
"use": "@vercel/python"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "src/main.py"
|
|
}
|
|
]
|
|
}
|