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(host): ability to control host name #195

Merged
merged 2 commits into from
May 16, 2016
Merged

feat(host): ability to control host name #195

merged 2 commits into from
May 16, 2016

Conversation

zetxx
Copy link
Contributor

@zetxx zetxx commented May 13, 2016

No description provided.

@@ -29,6 +30,10 @@ if (!program.port) {
process.exit(-1);
}

if (!program.host) {
program.host = 'localhost'
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add a semicolon here

@thani-sh thani-sh merged commit 52e5b4a into storybookjs:master May 16, 2016
@thani-sh
Copy link
Contributor

Thanks @zetxx

I made some changes to listen on all hosts by default here.

@zetxx
Copy link
Contributor Author

zetxx commented May 16, 2016

no worries

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.

None yet

3 participants