Update package.json

Add legacy polling (-L) to nodemon in order to work with volumes on Windows.
This commit is contained in:
Craig Osterhout 2023-10-12 13:26:12 -07:00 committed by GitHub
parent 9bbd95c7dd
commit b13a9f1409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"scripts": { "scripts": {
"prettify": "prettier -l --write \"**/*.js\"", "prettify": "prettier -l --write \"**/*.js\"",
"test": "jest", "test": "jest",
"dev": "nodemon src/index.js" "dev": "nodemon -L src/index.js"
}, },
"dependencies": { "dependencies": {
"express": "^4.18.2", "express": "^4.18.2",