Compare commits

..

2 Commits

2 changed files with 4 additions and 4 deletions

View File

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

View File

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