mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
feat(ql3): add strong cluster run management
This commit is contained in:
@@ -2366,6 +2366,11 @@ function auditSourceImports(root, packagePath, findings) {
|
||||
'src/approval-management/approvalManagementProcess.ts',
|
||||
].includes(path.relative(packageDirectory, filePath)) &&
|
||||
specifier === '@qinglong/cluster-postgres/approval-manager') ||
|
||||
([
|
||||
'src/run-management/runManagement.ts',
|
||||
'src/run-management/runManagementProcess.ts',
|
||||
].includes(path.relative(packageDirectory, filePath)) &&
|
||||
specifier === '@qinglong/cluster-postgres/run-manager') ||
|
||||
([
|
||||
'src/prompt-output/retention/promptOutputGcCli.ts',
|
||||
'src/prompt-output/retention/promptOutputGcProcess.ts',
|
||||
|
||||
Reference in New Issue
Block a user