Sceduled mode

This commit is contained in:
Morten Olsen
2021-12-18 13:47:57 +01:00
parent 91615e005e
commit ecf382b486
7 changed files with 161 additions and 92 deletions

View File

@@ -12,8 +12,11 @@
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/node": "^16.4.0",
"@types/node-cron": "^3.0.0",
"@types/rimraf": "^3.0.1",
"@vercel/ncc": "^0.29.0",
"commander": "^8.3.0",
"node-cron": "^3.0.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},