30374-test1/backend/nodemon.json
2025-04-01 10:48:30 +00:00

9 lines
187 B
JSON
Executable File

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