Hi there, I wanted to do something apparently simple with my custom nodes, create a constants.js file on the same directory(/nodes) where I store all the .html and .js files.
I wanted to access the constants defined in this file from the HTML file of one of my nodes to do some validation, but haven't been able to do it so far.
Any idea on how I could do this? Thanks in advance