30379/backend/nodemon.json
2025-04-01 11:26:23 +00:00

9 lines
187 B
JSON

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