mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-24 13:49:38 +05:00
feat(deployment): allow deploy to vercel
This commit is contained in:
parent
f4e340b21d
commit
f3a15eb956
3 changed files with 23 additions and 0 deletions
backend
14
backend/vercel.json
Normal file
14
backend/vercel.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"builds": [
|
||||
{
|
||||
"src": "main.py",
|
||||
"use": "@vercel/python"
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "main.py"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue