mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
refactor(client): move web rendering into a dynamic plugin
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
// rootDir rules make both paths depend on this runtime project reference.
|
||||
{ "path": "./packages/compaction/compaction" },
|
||||
{ "path": "./packages/client/ui-slots" },
|
||||
{ "path": "./packages/client/schema-form" },
|
||||
{ "path": "./packages/client/ui-attachment" },
|
||||
{ "path": "./packages/client/ui-primitives" },
|
||||
{ "path": "./packages/client/web-react" },
|
||||
@@ -92,6 +91,7 @@
|
||||
{ "path": "./packages/client/ui-settings-models" },
|
||||
{ "path": "./packages/client/ui-settings-plugin-inventory" },
|
||||
{ "path": "./packages/client/locale" },
|
||||
{ "path": "./packages/client/render-service" },
|
||||
{ "path": "./packages/client/web" },
|
||||
{ "path": "./apps/web" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user