#Nova Card not updating

2 messages · Page 1 of 1 (latest)

echo nebula
#

I'm Hi all

I created a Nova Card, and embedded it in a dashboard successfully.
However, when I make changes to the Card, it does not reflect on the app.

This is what my composer.json section looks like (I tried the "symlink" option from something I found on Stack Overflow, but to no avail):

{
            "type": "path",
            "url": "./nova-components/Heatmap",
            "options": {
                "symlink": true
            }
        }

and in my "require-dev" section I have the following:

"mventech/heatmap": "dev-main"

I'm using Windows, and right now I don't know what else to do here. Can someone help me out?

cold oracle