Skip to content

Commit

Permalink
fix(devCommand in vercel):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Aug 18, 2023
1 parent 35792ea commit 87cd145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,4 @@ dmypy.json

# Poetry
.testenv/*
.vercel
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devCommand": "uvicorn app:app --host 0.0.0.0 --port 3000",
"g": "uvicorn examples.app:app --host 0.0.0.0 --port 3000",
"builds": [
{
"src": "examples/app.py",
Expand Down

1 comment on commit 87cd145

@vercel
Copy link

@vercel vercel bot commented on 87cd145 Aug 18, 2023

Choose a reason for hiding this comment

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

Deployment failed with the following error:

The `vercel.json` schema validation failed with the following message: should NOT have additional property `g`

Learn More: https://vercel.com/docs/concepts/projects/project-configuration

Please sign in to comment.