Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Add nodemonConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesugao-san committed Feb 22, 2022
1 parent b3c2a2f commit 2fbd29c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// 1: node ".\index.js" --trace-deprecation
// 1: nodemon ".\index.js" --trace-deprecation
// 2: node "".\deploy-commands.js"
// https://discordjs.guide/creating-your-bot/, https://github.com/FiredragonPlayz/discord.js-tutorials

Expand Down
2 changes: 1 addition & 1 deletion index_web.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

// node ".\index_web.js"
// https://github.com/zekroTutorials/DiscordWebsocket
// npm i discord.js express express-handlebars body-parser nodemon
// git update-index --assume-unchanged config_web.json
// nodemon ".\index_web.js"
// http://localhost:5665/?token=123456

//const { Client } = require('discord.js');
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@
"bugs": {
"url": "https://github.com/SS13HUB/digital-cartographer/issues"
},
"homepage": "https://github.com/SS13HUB/digital-cartographer#readme"
"homepage": "https://github.com/SS13HUB/digital-cartographer#readme",
"nodemonConfig": {
"ignore": ["test/*", "docs/*"],
"delay": 2500
}
}

0 comments on commit 2fbd29c

Please sign in to comment.