feat(ql3): add bounded local web console

This commit is contained in:
whyour
2026-08-28 05:21:43 +08:00
parent b7a8104d9f
commit 84d1a61372
19 changed files with 2333 additions and 34 deletions
+3
View File
@@ -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/*');
}