feat(ql3): ship bounded legacy panel console

This commit is contained in:
whyour
2026-09-02 13:34:46 +08:00
parent ca41640794
commit 1b223ff2ad
14 changed files with 1144 additions and 63 deletions
@@ -60,6 +60,8 @@ test('accepts the exact bounded Local Console package closure', (t) => {
assert.equal(report.packageCount, 12);
assert.equal(report.ai, 'excluded');
assert.equal(report.listener, 'loopback-only');
assert.equal(report.maxFiles, 768);
assert.equal(report.maxBytes, 20 * 1024 * 1024);
assert.equal(report.compatible, true);
});