refactor(client): move web rendering into a dynamic plugin

This commit is contained in:
imccyu
2026-08-18 01:34:21 +08:00
parent 3e4ad10d05
commit f37bc082c5
98 changed files with 1675 additions and 1049 deletions
+1 -1
View File
@@ -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" }
]