neutralinojs / neutralinojs-cli

neu cli for Neutralinojs
https://neutralino.js.org/docs/cli/neu-cli
MIT License
91 stars 56 forks source link

fix: Use configured host for waiting #242

Closed jschyra closed 5 months ago

jschyra commented 5 months ago

The change fixes an error that forces the use of the IPv6 protocol when querying the cli.frontendLibrary.devUrl. If the IPv6 protocol cannot be disabled on the developer system, you can now work around this by using "devUrl": "http://127.0.0.1:<port>". This was not possible before. Please include the fix in your code. Thank you very much!