Hello, I have a card that I want to develop via Hubspot Apps. The card lives on the deal page and relies on the Variables defined in my hsprofile.json file to know which external endpoint to hit based on environment (development vs production). These variables do work for filling in hsmeta.json file.
However, when I try to use the variables in my react component via context, then that variable does not show up.
To run the dev server I run `CLIENT-SECRET=xyz hs project dev -p dev`

