Skip to content

Commit b13a9f1

Browse files
Update package.json
Add legacy polling (-L) to nodemon in order to work with volumes on Windows.
1 parent 9bbd95c commit b13a9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"prettify": "prettier -l --write \"**/*.js\"",
88
"test": "jest",
9-
"dev": "nodemon src/index.js"
9+
"dev": "nodemon -L src/index.js"
1010
},
1111
"dependencies": {
1212
"express": "^4.18.2",

0 commit comments

Comments
 (0)