Option for disabling opening novu local studiuo
Is there or could there be added an option to prevent the local studio to open in the browser when runnin "npx inngest-cli@latest dev"?
7 Replies
@Dima Grossman, @Pawan Jain can you help here?
@FuzzyLlama
Currently we don't have this flag with our cli command npx novu@latest dev
Sharing feedback with team
Thanks for the update and for looking into it 🙏
@FuzzyLlama
major function of using this command
npx novu@latest dev
is to create tunnel and open local studio. Could you please share if you are only looking to create only tunnel to be used as bridge url for local testing?In my project I am bundling Novu together with other services, e.g. queueing services. So I starting up at next, queuing and novu with one command at the same time. In the future potentially more if needed. It is quite annoying if every service starts up a browser tab spamming my browser with tabs. I might already have local novu studio open or it is not the first thing I want to look at when starting my project which contains Novu.
@FuzzyLlama
This will be supported with new cli version
https://github.com/novuhq/novu/pull/7016
That is great. Thank you and the team ☺️