Skip to content

Commit

Permalink
Removed nodemon and added the loadConfig command
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo0111 committed Jan 25, 2022
1 parent b645966 commit 2065120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 770 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"author": "Lorenzo0111",
"license": "MIT",
"scripts": {
"start": "nodemon index.js"
"start": "node index.js",
"loadConfig": "node index.js --load-config"
},
"dependencies": {
"axios": "^0.25.0",
"discord.js": "^13.6.0",
"fs": "^0.0.1-security",
"nodemon": "^2.0.15"
"fs": "^0.0.1-security"
}
}
Loading

0 comments on commit 2065120

Please sign in to comment.