feat: add cron and manual trigger

This commit is contained in:
2026-07-24 11:29:24 +05:30
parent 7207fcfab3
commit cc7ec85a5d
4 changed files with 169 additions and 128 deletions

View File

@@ -10,6 +10,8 @@
"typescript": "^5"
},
"dependencies": {
"dayjs": "^1.11.20"
"dayjs": "^1.11.20",
"eventsource": "^4.1.0",
"node-cron": "^4.6.0"
}
}