Answers for "nodemon not detect any file chages in linux"

0

nodemon not detect any file chages in linux

"dev-lin": "nodemon -w 'src/**/*.ts' -L -x ts-node --files -H -T server.ts",
"dev-win": "nodemon -w *.ts -x ts-node --files -H -T server.ts",
Posted by: Guest on March-21-2021

Browse Popular Code Answers by Language