mirror of
https://github.com/docker/getting-started-app.git
synced 2024-11-16 15:41:17 -05:00
Update package.json
Add legacy polling (-L) to nodemon in order to work with volumes on Windows.
This commit is contained in:
parent
9bbd95c7dd
commit
b13a9f1409
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user