misskey2telegram_web/vercel.json

4 lines
114 B
JSON
Raw Permalink Normal View History

2023-01-27 12:02:46 +00:00
{
"builds": [{ "src": "main.py", "use": "@vercel/python" }],
"routes": [{ "src": "/(.*)", "dest": "main.py" }]
}