Skip to content

docs: align dev server examples with default port#392

Open
siddqamar wants to merge 1 commit into
vercel:mainfrom
siddqamar:fix/dev-docs-port
Open

docs: align dev server examples with default port#392
siddqamar wants to merge 1 commit into
vercel:mainfrom
siddqamar:fix/dev-docs-port

Conversation

@siddqamar

Copy link
Copy Markdown

Description

Fixes #388. The local development docs used port 3000 in HTTP examples, but eve dev defaults to $PORT, then 2000. This updates the local eve dev examples to use 2000 and fixes the CLI reference for the eve dev --port default, while leaving the eve start production default at 3000.

How did you test your changes?

Tested locally with rg to confirm local eve dev examples now use 2000 and that the remaining 3000 reference is for eve start.

PR Checklist

  • I linked an issue with prior discussion confirming this change is wanted.
  • I ran the relevant checks from CONTRIBUTING.md.
  • I added tests and documentation where relevant.
  • I added a changeset if this touches the published eve package.
  • DCO sign-off passes for every commit (git commit --signoff).

@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

@siddqamar is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

- update local eve dev HTTP examples from 3000 to 2000

- fix CLI reference to document eve dev default as $PORT, then 2000

- leave eve start production default at 3000

Signed-off-by: Siddiqui Qamar <137684575+siddqamar@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eve docs curl example uses port 3000, but eve dev defaults to 2000

1 participant