goonism / hyperproxy

Hyperproxy aims to establish connection from WebRTC nodes to TCP/UDP DAT nodes
https://goonism.github.io/hyperproxy
MIT License
74 stars 5 forks source link

Fix issue with local dev #44

Open ColdSauce opened 6 years ago

ColdSauce commented 6 years ago

We have an issue where LOCAL=true lerna run watch --parallel is not working with HyperproxyConfig. However, when doing hot-reloading, it works.

Need to investigate this and come up with a good solution. Perhaps the way we're doing it right now isn't the right way to do it and we need to find another way to have local variables.