Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Add legacy polling (-L) to nodemon in order to work with volumes on Windows.
  • Loading branch information
craig-osterhout authored Oct 12, 2023
1 parent 9bbd95c commit b13a9f1
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 @@ -6,7 +6,7 @@
"scripts": {
"prettify": "prettier -l --write \"**/*.js\"",
"test": "jest",
"dev": "nodemon src/index.js"
"dev": "nodemon -L src/index.js"
},
"dependencies": {
"express": "^4.18.2",
Expand Down

0 comments on commit b13a9f1

Please sign in to comment.