Skip to content

Instantly share code, notes, and snippets.

@bodhi
Created December 18, 2018 00:53
Show Gist options
  • Save bodhi/7f804d9f87e95baa167861a356593941 to your computer and use it in GitHub Desktop.
Save bodhi/7f804d9f87e95baa167861a356593941 to your computer and use it in GitHub Desktop.
Patch for broken remotedev server

in node_modules/remotedev-server/index.js

   var options = assign(getOptions(argv), {
     workerController: __dirname + "/lib/worker.js",
-    allowClientPublish: false
+    allowClientPublish: false,
+    wsEngine: "ws"
  });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment