Skip to content

Commit

Permalink
[react-native] Listen on all IPv6 interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Apr 8, 2015
1 parent 72b2794 commit 89157c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ function runServer(
.use(connect.compress())
.use(connect.errorHandler());

return http.createServer(app).listen(options.port, readyCallback);
return http.createServer(app).listen(options.port, '::', readyCallback);
}

0 comments on commit 89157c1

Please sign in to comment.