Skip to content

Commit

Permalink
Fixed nodemon command
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWilloughby committed Apr 10, 2024
1 parent cd72a75 commit 6806621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./server/app.js",
"scripts": {
"webpack": "webpack",
"nodemon": "nodemon -e js,html,css --watch ./hosted --watch ./server --watch ./hosted ./server/app.js ",
"nodemon": "nodemon -e js,html,css --watch ./hosted --watch ./server ./server/app.js ",
"start": "node ./server/app.js",
"pretest": "eslint ./server --fix",
"test": "echo \"Tests complete\"",
Expand Down

0 comments on commit 6806621

Please sign in to comment.