fix(nodemon): will now follow nodemonConfig in package file (#514)

This commit is contained in:
Danny Avila 2023-06-13 14:31:45 -04:00 committed by GitHub
parent 07fec3b958
commit bccd0cb3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +0,0 @@
{
"ignore": [
"api/data/",
"data"
]
}

View file

@ -57,5 +57,11 @@
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"prettier-plugin-tailwindcss": "^0.2.2"
},
"nodemonConfig": {
"ignore": [
"api/data/",
"data"
]
}
}