I cloned grafana code from the Github repository and after installing all the packages am successfully able to run client and server in my development environment.
Now i want to create an .exe of my application so that I can install it on other machines. i tried running the commands build, packages:build, packages:prepare, packages:publish everything, but i couldnt find the exe file anywhere
please help how can i create a production build/package?