This is my nodemon.json
file:
{
"verbose": true,
"ignore": ["app/public/"]
}
what should I add to not ignore "app/public/compiled/components.js"
file but still ignore all others files in app/public/
dir (and sub dirs)?
This is my nodemon.json
file:
{
"verbose": true,
"ignore": ["app/public/"]
}
what should I add to not ignore "app/public/compiled/components.js"
file but still ignore all others files in app/public/
dir (and sub dirs)?