update package.json nodemon
This commit is contained in:
1 file changed
+4
-1
+4
-1
@@ -3,9 +3,12 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Grand Theft Auto V Roleplay Bot",
|
"description": "Grand Theft Auto V Roleplay Bot",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"nodemonConfig": {
|
||||||
|
"ignore": ["logs/*.log", "logs/*.json"]
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"dev": "node dev-index.js"
|
"dev": "nodemon dev-index.js"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Roleplay",
|
"Roleplay",
|
||||||
|
|||||||
Reference in new issue
Block a user