I'm quite puzzled as to why my app is crashing when deployed to Heroku.
The error is
Failed at the [email protected] start script.
Where my start script is
"start": "node app.js"
because app.js is where it is all initialised (in the same place as package.json, of course).
My app works perfectly fine locally, i.e. it starts app.js and successfully runs, so what could be causing this issue remotely?