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