mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): prepare adopted deployment bundles
This commit is contained in:
@@ -1786,6 +1786,7 @@ function auditSourceImports(root, packagePath, findings) {
|
||||
'src/deployment/service-manager/serviceManagerIntent.ts',
|
||||
'src/deployment/service-manager/serviceCutoverConsumer.ts',
|
||||
'src/deployment/service-manager/legacy-rollback/preparation.ts',
|
||||
'src/deployment/adopted-bundle/material.ts',
|
||||
].includes(path.relative(packageDirectory, filePath)) &&
|
||||
specifier ===
|
||||
'@qinglong/local-sqlite/data-directory-application-commit'
|
||||
@@ -2634,6 +2635,14 @@ function auditSourceImports(root, packagePath, findings) {
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
if (
|
||||
packagePath === 'packages/ql3-local-owner-cli' &&
|
||||
path.relative(packageDirectory, filePath) ===
|
||||
'src/deployment/adopted-bundle/material.ts' &&
|
||||
specifier === '@qinglong/local-sqlite/data-directory-application-commit'
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
if (
|
||||
packagePath === 'packages/ql3-local-owner-cli' &&
|
||||
path.relative(packageDirectory, filePath) ===
|
||||
|
||||
Reference in New Issue
Block a user