9 lines
187 B
JSON
9 lines
187 B
JSON
{
|
|
"delay": 3000,
|
|
"ignore": ["node_modules/*", ".git/*", "public/*"],
|
|
"verbose": true,
|
|
"events": {
|
|
"restart": "echo '[LOG] === Nodemon restarting due to changes... ==='"
|
|
}
|
|
}
|