Closed ap2322 closed 4 years ago
https://devcenter.heroku.com/articles/procfile
Problem: npm start (heroku's default command) runs nodemon
npm start
Things to do: Add nodemon to dependencies. Create Procfile to run node index.js instead of nodemon
node index.js
https://devcenter.heroku.com/articles/procfile
Problem:
npm start
(heroku's default command) runs nodemonThings to do: Add nodemon to dependencies. Create Procfile to run
node index.js
instead of nodemon