seperate auth and env setup

This commit is contained in:
Darius
2025-09-26 22:44:33 +02:00
parent 42ad079589
commit 44f3f7af0b
5 changed files with 40 additions and 24 deletions

View File

@@ -7,8 +7,9 @@
"clean": "rimraf dist",
"build": "npm run clean && tsc -p .",
"start": "node dist/bot.js",
"dev": "nodemon src/bot.ts",
"setup": "nodemon src/setup.ts"
"dev": "nodemon src/bot.ts --verbose",
"setup:env": "nodemon src/setup-env.ts --verbose",
"setup:auth": "nodemon src/setup-auth.ts --verbose"
},
"keywords": [],
"author": "",