mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 03:07:53 +00:00
fix vercel.json syntax and config
This commit is contained in:
+5
-9
@@ -1,18 +1,14 @@
|
||||
{
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "api/app.py",
|
||||
"use": "@vercel/python",
|
||||
"config": {
|
||||
"runtime": "python3.12"
|
||||
}
|
||||
"functions": {
|
||||
"api/app.py": {
|
||||
"runtime": "python3.12"
|
||||
}
|
||||
],
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "api/app.py"
|
||||
"dest": "/api/app.py"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user