Use nodemon --legacy-watch

for Docker Desktop compatibility on Windows hosts
This commit is contained in:
2022-07-03 22:34:40 +02:00
parent 74ce54d861
commit 932d2b6a4b

View File

@@ -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",