Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PORT env var to customize script/develop port #502

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

pzich
Copy link
Contributor

@pzich pzich commented Apr 18, 2024

This allows the port used by script/develop to be customized by setting the PORT env var, e.g:

> PORT=5432 ./script/develop

   ┌────────────────────────────────────────┐
   │                                        │
   │   Serving!                             │
   │                                        │
   │   - Local:    http://localhost:5432    │
   │   - Network:  http://10.0.0.10:5432    │
   │                                        │
   │   Copied local address to clipboard!   │
   │                                        │
   └────────────────────────────────────────┘

Otherwise defaults to the current 5001

@balloob balloob merged commit b7b4b5b into esphome:main Jun 5, 2024
1 check passed
@balloob
Copy link
Member

balloob commented Jun 5, 2024

Thanks

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.

2 participants