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

removed boolean check for running dev server in https #176

Merged
merged 3 commits into from
Jul 3, 2017
Merged

removed boolean check for running dev server in https #176

merged 3 commits into from
Jul 3, 2017

Conversation

reznord
Copy link
Member

@reznord reznord commented Jul 3, 2017

Removed boolean check for running dev server in https from here

Now you can run dev server in HTTPS

Fix for bug #175

@@ -19,8 +19,7 @@ export default asyncCommand({
},
host: {
description: 'Hostname to start a server on',
default: '0.0.0.0',
alias: 'h'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removing the alias for the host command since this is colliding with yargs package's --help, -h.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this is supposed to be a separate PR, but since already a PR is in queue, it just appended !!

Sorry for the mess 😅

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this to a seperate PR as your PR could be squashed to create a clean git history.

Copy link
Collaborator

@rkostrzewski rkostrzewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good 👍 Additional benefit - we'll be using same cert for preact serve and preact watch

This pull request was closed.
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.

3 participants