mirror of https://github.com/status-im/metro.git
[react-native] Listen on all IPv6 interfaces
This commit is contained in:
parent
408160de7d
commit
c24fc75a53
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue