mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): reconcile local lost run retries
This commit is contained in:
@@ -218,6 +218,12 @@
|
||||
"run": [
|
||||
"dist/run/run.d.ts"
|
||||
],
|
||||
"run-lost-retry": [
|
||||
"dist/run/clusterRunLostRetry.d.ts"
|
||||
],
|
||||
"cluster-run-lost-retry": [
|
||||
"dist/run/clusterRunLostRetry.d.ts"
|
||||
],
|
||||
"project-run-list": [
|
||||
"dist/run/projectRunList.d.ts"
|
||||
],
|
||||
@@ -265,6 +271,16 @@
|
||||
"require": "./dist/run/runRepositoryContract.js",
|
||||
"default": "./dist/run/runRepositoryContract.js"
|
||||
},
|
||||
"./run-lost-retry": {
|
||||
"types": "./dist/run/clusterRunLostRetry.d.ts",
|
||||
"require": "./dist/run/clusterRunLostRetry.js",
|
||||
"default": "./dist/run/clusterRunLostRetry.js"
|
||||
},
|
||||
"./cluster-run-lost-retry": {
|
||||
"types": "./dist/run/clusterRunLostRetry.d.ts",
|
||||
"require": "./dist/run/clusterRunLostRetry.js",
|
||||
"default": "./dist/run/clusterRunLostRetry.js"
|
||||
},
|
||||
"./project-run-list": {
|
||||
"types": "./dist/run/projectRunList.d.ts",
|
||||
"require": "./dist/run/projectRunList.js",
|
||||
|
||||
Reference in New Issue
Block a user