30364/backend/nodemon.json
2025-04-01 00:51:05 +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... ==='"
}
}