Hi everyone !
I’m new in Grafana, I’ve installed Grafana 9 on my machine and started to develop my first plugin.
In this plugin, I was doing a workaround to import an Angular 13 project build into my custom plugin and that’s working.
Unfortunately, the injected Angular App need some assets files (like img, json, or scss files) which are call on localhost:3000/assets
This route not exist yet.
Is it possible to serve an “assets” path directly from the root path (here → localhost:3000) in Grafana 9 ?
Thanks !
Victor.