Skip to content

Commit 2ca52bc

Browse files
authoredFeb 1, 2023
Update vercel.json
1 parent d56a568 commit 2ca52bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎vercel.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"devCommand": "uvicorn main:app --host 0.0.0.0 --port 4000",
2+
"devCommand": "uvicorn main:app --host 0.0.0.0 --port 3000",
33
"builds": [
44
{
55
"src": "api/index.py",
@@ -12,4 +12,4 @@
1212
"dest": "api/index.py"
1313
}
1414
]
15-
}
15+
}

1 commit comments

Comments
 (1)

vercel[bot] commented on Feb 1, 2023

@vercel[bot]
Please sign in to comment.