mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 10:32:40 +08:00
feat(ql3): add bounded local web console
This commit is contained in:
@@ -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/*'],
|
||||
|
||||
Reference in New Issue
Block a user