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