Files
Checkmate/server/nodemon.json
Alex Holliday 1c47c8ce2c move to src
2025-07-25 15:33:48 -07:00

6 lines
116 B
JSON
Executable File

{
"ignore": ["src/locales/*", "*.log", "node_modules/*"],
"watch": ["src/**/*.js", "*.json"],
"ext": "js,json"
}