This is I'm sure a simple question but I'm struggling to find the answer with my limited knowledge of node.js environments.
I've got a Heroku hosted project built in node.js. I've got an index.js file that serves the index.html file to the client.
How do I include the file "pixi-display.js" in the HTML file so that I can use it on my client side code? Right now I can't even load it in my local environment.