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
@@ -14,6 +14,10 @@ const {
test('ships runtime JavaScript and declarations without development maps', () => {
for (const [packagePath, files] of [
['packages/ql3-runtime-core', ['dist/**/*.js', 'dist/**/*.d.ts']],
[
'packages/ql3-local-api',
['assets/console/*', 'dist/**/*.js', 'dist/**/*.d.ts'],
],
[
'packages/ql3-cluster-admin',
['dist/**/*.js', 'dist/**/*.d.ts', 'assets/copilot-console/*'],