* health check

* Update Dockerfile

* simplifying the deployment

* Update Bot.js

makes the find team command public

* test (#9)

* Dev (#7)

* health check

* Update Dockerfile

* simplifying the deployment

* Dev (#8)

* health check

* Update Dockerfile

* simplifying the deployment

* Update Bot.js

makes the find team command public

* Update PlayerService.js

* massive update????

could break stuff

* Update Bot.js

update
This commit is contained in:
VinceC
2025-07-07 21:38:19 -05:00
committed by GitHub
parent 0c86148835
commit 3453be6947
1742 changed files with 28844 additions and 67711 deletions

View File

@@ -3,11 +3,15 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node -r dotenv/config index.js dotenv_config_path=.env.production",
"dev": "nodemon -r dotenv/config index.js dotenv_config_path=.env.development",
"deploy-commands": "node -r dotenv/config deploy-commands.js dotenv_config_path=.env.production",
"deploy-commands:dev": "node -r dotenv/config deploy-commands.js dotenv_config_path=.env.development",
"test:webhook": "node -r dotenv/config src/test/testWebhook.js dotenv_config_path=.env.test"
"start": "node -r dotenv/config index.js",
"dev": "nodemon -r dotenv/config index.js",
"deploy-commands": "node -r dotenv/config deploy-commands.js",
"deploy-commands:dev": "node -r dotenv/config deploy-commands.js",
"test:webhook": "node -r dotenv/config src/tests/testWebhook.js",
"test:connection": "node -r dotenv/config src/tests/testConnection.js",
"test:supabase": "node -r dotenv/config src/tests/testSupabase.js",
"seed:games": "node -r dotenv/config src/scripts/seedGames.js",
"verify:setup": "node -r dotenv/config src/scripts/verifysetup.js"
},
"keywords": [],
"author": "",