mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 03:18:09 +08:00
feat(ql3): add read-only cluster copilot console
This commit is contained in:
@@ -3101,6 +3101,9 @@ function auditPackageScripts(packagePath, manifest, findings) {
|
||||
|
||||
function auditPackageFiles(packagePath, manifest, findings) {
|
||||
const expected = ['dist/**/*.js', 'dist/**/*.d.ts'];
|
||||
if (packagePath === 'packages/ql3-cluster-admin') {
|
||||
expected.push('assets/copilot-console/*');
|
||||
}
|
||||
if (packagePath === 'packages/ql3-local-process') expected.push('assets');
|
||||
if (packagePath === 'packages/ql3-local-sqlite') expected.push('drizzle');
|
||||
if (JSON.stringify(manifest.files) !== JSON.stringify(expected)) {
|
||||
|
||||
Reference in New Issue
Block a user