Hello,
I’m currently using Grafana plugin tools to create a plugin.
I’ve set up name, org, description and others following the prompts after the very first command
npx @grafana/create-plugin@latest
I’m working on the plugin for a while now. However, I want to change the description of my plugin. Searched many places, still couldn’t find where the initial settings of the plugin are. Any suggestions how i can change the description?
Thank you!