From cd39e7c3160aaa578298744e41511c4043db47a0 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Fri, 18 Aug 2023 15:38:14 +0300 Subject: [PATCH] fix(devCommand v2): --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index b9b75d9..b06c74d 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "g": "uvicorn examples.app:app --host 0.0.0.0 --port 3000", + "devCommand": "uvicorn examples.app:app --host 0.0.0.0 --port 3000", "builds": [ { "src": "examples/app.py",