I have a node application that serves up my angular application from root directory from wwwroot directory. My executable to start this app is in bin/www.js. My Procfile is web: node bin/www.js
I cannot get it to serve the application on Heroku. Any ideas on why this is happening. It has something to due with structure but I cannot figure out why this is an issue. My build pack is nodejs.
Image of my directory structure