I\'m deploying a NodeJs application using Heroku. Everything works fine except a little issue serving static files.
I have the following configuration
I struggled with this for a while and had to revert to using /public (from /dist) as the static folder - works perfectly now