mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-13 15:09:18 +00:00
16 lines
234 B
JSON
16 lines
234 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "./main.py",
|
|
"use": "@vercel/python"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/main.py"
|
|
}
|
|
]
|
|
}
|