mirror of https://github.com/status-im/metro.git
Introduce internal `server` command
Reviewed By: @frantic Differential Revision: D2449459
This commit is contained in:
parent
1b8a5fc5fe
commit
b7a1a59f54
|
@ -57,6 +57,8 @@ function attachToServer(server, path) {
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
return wss;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Reference in New Issue