This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
freecodecamp-projects/6-backend-dev/3-url-shortener/nodemon.json

13 lines
210 B
JSON
Raw Normal View History

{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules"
],
"verbose": true,
"env": {
"NODE_ENV": "development"
},
"ext": "js,json,html,css",
"delay": "2500"
}