Answers for "nodemon --ignore client json"

8

nodemon package.json start

{
  "name": "abc",
  "version": "0.0.1",
  "description": "my server",
  "scripts": {
    "start": "nodemon my_file.js"		// <=
Posted by: Guest on October-09-2020
0

nodemon ignore

"nodemonConfig": {
  "ignore": [
  	"public/assets/scripts/*"
  ]
},
Posted by: Guest on March-06-2022

Browse Popular Code Answers by Language