I run HA on Docker, and I have a folder structure such as /docker/homeassistant/config, and in that folder is everything (including, .storage).
I’ve copied mini-graph-card-bundle.js to /docker/homeassistant/config/mini-graph-card-bundle.js, and when adding the resource through the GUI I select: /local/config/mini-graph-card-bundle.js, but it’s clearling not loading properly.
I also tried putting the js file on .storage, and then on GUI: /local/mini-graph-card-bundle.js, but is not working either, its failing to load the components.
What am I doing wrong?