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