mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
Devtools websocket
Summary: I thought this was already in here, but then it wasn't. It's connected to by RN [here](https://github.com/facebook/react-native/blob/master/Libraries/Devtools/setupDevtools.js#L17). Closes https://github.com/facebook/react-native/pull/3431 Reviewed By: @svcscm Differential Revision: D2548286 Pulled By: @frantic fb-gh-sync-id: ffd74426949196ca538c897c1a0d07d08b204630
This commit is contained in:
committed by
facebook-github-bot-7
parent
b3c72a5632
commit
0788e0b683
@@ -139,6 +139,7 @@ function startServer(args, config) {
|
||||
);
|
||||
|
||||
webSocketProxy.attachToServer(serverInstance, '/debugger-proxy');
|
||||
webSocketProxy.attachToServer(serverInstance, '/devtools');
|
||||
}
|
||||
|
||||
function argToArray(arg) {
|
||||
|
||||
Reference in New Issue
Block a user