Skip to content

Commit f8510fa

Browse files
committed
refactor: adding devCommand
1 parent db2dd88 commit f8510fa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

vercel.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"build": {
3-
"src": "api/index.py",
4-
"use": "@vercel/python"
5-
},
2+
"devCommand": "uvicorn main:app --host 0.0.0.0 --port 4000",
3+
"builds": [
4+
{
5+
"src": "api/index.py",
6+
"use": "@vercel/python"
7+
}
8+
],
69
"routes": [
710
{
811
"src": "/(.*)",

0 commit comments

Comments
 (0)