mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): stage legacy data directory
This commit is contained in:
@@ -1762,6 +1762,11 @@ function auditSourceImports(root, packagePath, findings) {
|
||||
'src/lifecycle/sqlite-adoption/command.ts' &&
|
||||
specifier === '@qinglong/local-admin'
|
||||
) &&
|
||||
!(
|
||||
path.relative(packageDirectory, filePath) ===
|
||||
'src/lifecycle/data-directory-adoption/staging.ts' &&
|
||||
specifier === '@qinglong/local-admin/runtime'
|
||||
) &&
|
||||
!(
|
||||
path.relative(packageDirectory, filePath) ===
|
||||
'src/plugin-package/pluginPackageCommand.ts' &&
|
||||
|
||||
Reference in New Issue
Block a user