added chron to hub server, removed starterEvent

This commit is contained in:
PxlLoewe
2025-02-28 07:21:07 +01:00
parent bbcde2eb4a
commit a477b65c2f
20 changed files with 584 additions and 281 deletions

View File

@@ -1,11 +1,15 @@
{
"name": "hub-server",
"exports": {
"helpers": "./helper"
},
"scripts": {
"dev": "nodemon",
"build": "tsc"
},
"devDependencies": {
"@repo/db": "*",
"@repo/hub": "*",
"@repo/typescript-config": "*",
"@types/node": "^22.13.5",
"concurrently": "^9.1.2",
@@ -13,6 +17,7 @@
},
"dependencies": {
"axios": "^1.7.9",
"cron": "^4.1.0"
"cron": "^4.1.0",
"dotenv": "^16.4.7"
}
}