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

Allow PORT to be specified when using bin/dev #5949

Conversation

forkata
Copy link
Contributor

@forkata forkata commented Nov 21, 2024

Summary

This PR adds a small quality of life improvement when running the development
server through the bin/dev binstub.

Previously running bin/dev would force the development server to run on port
3000, but it is useful to be able to override that if you are running multiple
projects and want to also run the Solidus sandbox app.

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

Previously this would force the development server to run on 3000, but
it is useful to be able to override that.

Co-authored-by: Harmony Evangelina <[email protected]>
@forkata forkata requested a review from a team as a code owner November 21, 2024 01:49
@github-actions github-actions bot added the changelog:repository Changes to the repository not within any gem label Nov 21, 2024
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.45%. Comparing base (104f813) to head (d0e62d9).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5949      +/-   ##
==========================================
- Coverage   89.54%   89.45%   -0.09%     
==========================================
  Files         782      782              
  Lines       17997    17997              
==========================================
- Hits        16116    16100      -16     
- Misses       1881     1897      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@tvdeyen tvdeyen merged commit c560453 into solidusio:main Nov 21, 2024
15 of 16 checks passed
@tvdeyen
Copy link
Member

tvdeyen commented Nov 21, 2024

sank ju

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:repository Changes to the repository not within any gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants