mirror of
https://github.com/status-im/metro.git
synced 2025-02-02 22:34:11 +00:00
[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…
x
Reference in New Issue
Block a user