Closed R055A closed 2 years ago
Reverts SE701-T5/Backend#66
Sorry, I just realized the mistake that I made.
The fix involves changing the package.json file from:
"start": "nodemon server.js"
to
"start": "node server.js", "dev": "nodemon server.js"
This is because the .yml file for the Heroku deployment uses the command:
procfile: "web: npm start"
Reverts SE701-T5/Backend#66
Sorry, I just realized the mistake that I made.
The fix involves changing the package.json file from:
to
This is because the .yml file for the Heroku deployment uses the command: