mirror of
https://github.com/status-im/metro.git
synced 2025-01-10 11:06:06 +00: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:
parent
87d2c1d95c
commit
4a1ae23e4c
@ -161,6 +161,7 @@ var server = runServer(options, function() {
|
||||
});
|
||||
|
||||
webSocketProxy.attachToServer(server, '/debugger-proxy');
|
||||
webSocketProxy.attachToServer(server, '/devtools');
|
||||
|
||||
function getAppMiddleware(options) {
|
||||
var transformerPath = options.transformer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user