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