Skip to content

Commit

Permalink
fix: server should listening for all incoming requests by default (#193)
Browse files Browse the repository at this point in the history
* fix: server should listening for all incoming requests by default

* Update server.js
  • Loading branch information
Federkun authored and grabbou committed Feb 27, 2019
1 parent ec87ccb commit de86d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
},
{
command: '--host [string]',
default: 'localhost',
default: '0.0.0.0',
},
{
command: '--watchFolders [list]',
Expand Down

0 comments on commit de86d0b

Please sign in to comment.