I am trying to deploy a Heroku application and I believe that procfile may be the reason that my application does not deploy. I have tried several solutions, including:
web: node./bin/www web: npm start
There may be another reason why my application does not work, but I want to make sure my Procfile is configured correctly
source
share