feat: Implement internal scheduler for automatic daily execution with timezone detection

This commit is contained in:
2025-11-13 15:19:35 +01:00
parent 2959fc8c73
commit 3b06b4ae83
9 changed files with 637 additions and 80 deletions

View File

@@ -57,6 +57,7 @@
"@types/express": "^4.17.25",
"@types/ms": "^0.7.34",
"@types/node": "^20.19.24",
"@types/node-cron": "3.0.11",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"eslint": "^8.57.0",
@@ -75,10 +76,11 @@
"https-proxy-agent": "^7.0.6",
"luxon": "^3.5.0",
"ms": "^2.1.3",
"node-cron": "3.0.3",
"playwright": "1.52.0",
"rebrowser-playwright": "1.52.0",
"socks-proxy-agent": "^8.0.5",
"ts-node": "^10.9.2",
"ws": "^8.18.3"
}
}
}