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

Sorry, something went wrong.

Base automatically changed from renan/add-host-handler-bricks to main October 18, 2023 09:36

Unverified

This user has not yet uploaded their public signing key.

Unverified

This user has not yet uploaded their public signing key.

Unverified

This user has not yet uploaded their public signing key.
@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)

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
…nner.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
@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

Unverified

This user has not yet uploaded their public signing key.
@renancaraujo renancaraujo force-pushed the renan/add-host-option-to-cli branch from f1952e7 to 0888a20 Compare October 30, 2023 18:09

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
…nner.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@renancaraujo renancaraujo merged commit 94dd87f into main Nov 1, 2023
@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