Hi guys, I’m currently experiencing super slow vite startup, about 45 seconds.
There’s two log outputs of [needle-license] INFO: Waiting for license server to start...
which take about 20 seconds each, so that seems to be the culprit.
Could you try updating the engine in your web project to 4.4.2 and let me know if it fixes the issue?
You can install the update e.g. by running npm install @needle-tools/engine@4.4.2 in your web project and then npm start to start the dev server (please make sure 4.4.2 has been installed)