Compare commits

..

2 Commits

2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
script: |
bun i
bun run src/cli.ts repo sync
timeout: 20s
timeout: 120s
main:
"crontab: 0 11,23 * * *": !reference [.crontab-job]

View File

@@ -9,13 +9,13 @@
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.32.1",
"packageManager": "pnpm@10.33.0",
"type": "module",
"dependencies": {
"@kevisual/cnb": "^0.0.56",
"@kevisual/cnb": "^0.0.62",
"@kevisual/context": "^0.0.8",
"@kevisual/gitea": "^0.0.6",
"@kevisual/router": "^0.1.6",
"@kevisual/router": "^0.2.4",
"dayjs": "^1.11.20"
}
}