feat(bot): add self-hosted scheduled dispatch support

Co-authored-by: claw <stanislavkalishin+claw@gmail.com>
This commit is contained in:
2026-03-30 15:27:15 +02:00
parent 94c1f48794
commit 575a68b3bb
13 changed files with 331 additions and 40 deletions

View File

@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "bun run src/index.ts",
"build": "bun build src/index.ts src/lambda.ts --outdir dist --target bun",
"build": "bun build src/index.ts src/lambda.ts src/scheduler-runner.ts --outdir dist --target bun",
"typecheck": "tsgo --project tsconfig.json --noEmit",
"test": "bun test --pass-with-no-tests",
"lint": "oxlint \"src\""