Skip to content

Commit

Permalink
fix(devCommand v2):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Aug 18, 2023
1 parent 87cd145 commit cd39e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit cd39e7c

@vercel
Copy link

@vercel vercel bot commented on cd39e7c Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langcorn – ./

langcorn-msoedov.vercel.app
langcorn-git-main-msoedov.vercel.app
langcorn.vercel.app

Please sign in to comment.