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

feat(dart_frog_cli): add host option to dev #1114

Merged
merged 8 commits into from
Nov 1, 2023

Conversation

renancaraujo
Copy link
Contributor

@renancaraujo renancaraujo commented Oct 17, 2023

Status

READY

Description

Follows #1113
Closes #912

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Base automatically changed from renan/add-host-handler-bricks to main October 18, 2023 09:36
@renancaraujo renancaraujo force-pushed the renan/add-host-option-to-cli branch from a4b1426 to 1764b5b Compare October 30, 2023 13:58
@alestiago
Copy link
Contributor

alestiago commented Oct 30, 2023

I think we should also edit the output message, currently running dart_frog dev -H <host> outputs:

 Running on http://localhost:8080 (0.1s)

instead of:

 Running on http://<host>:8080 (0.1s)

@renancaraujo renancaraujo force-pushed the renan/add-host-option-to-cli branch 2 times, most recently from f8beca9 to a99a717 Compare October 30, 2023 17:31
@renancaraujo renancaraujo force-pushed the renan/add-host-option-to-cli branch from f1952e7 to 0888a20 Compare October 30, 2023 18:09
@renancaraujo renancaraujo merged commit 94dd87f into main Nov 1, 2023
27 checks passed
@renancaraujo renancaraujo deleted the renan/add-host-option-to-cli branch November 1, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

feat: Custom Host IP
3 participants