Use nodemon --legacy-watch
for Docker Desktop compatibility on Windows hosts
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon index.js"
|
"dev": "echo 'Running dev mode'; nodemon --legacy-watch index.js"
|
||||||
},
|
},
|
||||||
"author": "Minzkraut",
|
"author": "Minzkraut",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|||||||
Reference in New Issue
Block a user