|
|
@@ -4,10 +4,10 @@
|
|
|
"description": "",
|
|
|
"main": "index.js",
|
|
|
"scripts": {
|
|
|
- "start": "nodemon index.js -h",
|
|
|
- "movies": "nodemon index.js -c ./config/movies.json",
|
|
|
- "tvshows": "nodemon index.js -c ./config/tvshows.json",
|
|
|
- "all": "nodemon index.js -c ./config/all.json",
|
|
|
+ "start": "nodemon --ignore 'data/' index.js -h",
|
|
|
+ "movies": "nodemon --ignore 'data/' index.js -c ./config/movies.json",
|
|
|
+ "tvshows": "nodemon --ignore 'data/' index.js -c ./config/tvshows.json",
|
|
|
+ "all": "nodemon --ignore 'data/' index.js -c ./config/all.json",
|
|
|
"help": "node index.js -h",
|
|
|
"version": "node index.js -v"
|
|
|
},
|