embark/packages
Pascal Precht d9c8109201 fix(stack/proxy): ensure wsProxy and httpProxy have correct type
Both, `httpProxy` and `wsProxy` inside `Proxymanager` have been assigned
the value of `new Proxy(...).serve()` which is an instance of `express`.

This was wrong and causes runtime errors when proxies are being stopped as
they don't have a `stop()` API.
2020-03-24 14:49:03 +01:00
..
2020-03-24 00:15:01 +00:00
2020-03-21 00:15:48 +00:00
2019-02-05 14:15:39 -06:00