neutralinojs / neutralinojs-cli

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

Fix behavior with vite's dev server #235

Closed KTibow closed 6 months ago

KTibow commented 7 months ago

Issue: https://github.com/neutralinojs/neutralinojs-cli/commit/18a2fed5ffcee2e5d43cbded40b5e61c971a75aa seems to have made it impossible for me to use frontend lib development with Vite. Even though port 5173 is connected, it just says "application will be launched when .. is ready" and eventually gives up. Solution: Check localhost instead. The concept works in my tests with the library.

KTibow commented 6 months ago

@shalithasuranga could you merge this? this is a big blocker for me

shalithasuranga commented 6 months ago

@KTibow Please check the latest release. Thanks :tada: