mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-30 16:40:55 +03:00
Updated nodemon package.json config
This commit is contained in:
@@ -5,10 +5,17 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"start": "nodemon --verbose app.js"
|
"start": "nodemon app.js"
|
||||||
},
|
},
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
"ignore": ["*"]
|
"ignore": [
|
||||||
|
"*.js",
|
||||||
|
"appdata/*",
|
||||||
|
"public/*"
|
||||||
|
],
|
||||||
|
"watch": [
|
||||||
|
"restart.json"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user