diff --git a/vercel.json b/vercel.json index 264a9fd..41b2d4f 100644 --- a/vercel.json +++ b/vercel.json @@ -1,15 +1,14 @@ { - "devCommand": "uvicorn app.main:app --reload --host 0.0.0.0 --port 3000", - "builds": [ - { - "src": "app/main.py", - "use": "@vercel/python" - } - ], - "routes": [ - { - "src": "/(.*)", - "dest": "app/main.py" - } - ] - } \ No newline at end of file + "builds": [ + { + "src": "app/main.py", + "use": "@vercel/python" + } + ], + "routes": [ + { + "src": "/(.*)", + "dest": "app/main.py" + } + ] +} \ No newline at end of file