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