mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-11 08:50:46 +00:00
Add path to main in cercel.json
This commit is contained in:
@@ -1,18 +1,14 @@
|
|||||||
{
|
{
|
||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
"src": "main.py",
|
"src": "src/main.py",
|
||||||
"use": "@vercel/python"
|
"use": "@vercel/python"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "/(.*)",
|
||||||
"dest": "main.py"
|
"dest": "src/main.py"
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "/",
|
|
||||||
"dest": "main.py"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user