refactor(api): colocate gateway and remote assembly
This commit is contained in:
@@ -41,10 +41,10 @@
|
||||
"@deepseek-ai/dsh-invariants": ["./packages/support/invariants/src/index.ts"],
|
||||
"@deepseek-ai/dsh-typert-registry": ["./packages/typert/registry/src/index.ts"],
|
||||
"@deepseek-ai/dsh-typert-registry/client": ["./packages/typert/registry/src/client/index.ts"],
|
||||
"@deepseek-ai/dsh-host-api-gateway": ["./packages/host/api-gateway/src/index.ts"],
|
||||
"@deepseek-ai/dsh-host-api-gateway/client": ["./packages/host/api-gateway/src/client/index.ts"],
|
||||
"@deepseek-ai/dsh-host-api-gateway/invariant": ["./packages/host/api-gateway/src/invariant.ts"],
|
||||
"@deepseek-ai/dsh-host-api-gateway/types": ["./packages/host/api-gateway/src/types.ts"],
|
||||
"@deepseek-ai/dsh-api-gateway": ["./packages/api/gateway/src/index.ts"],
|
||||
"@deepseek-ai/dsh-api-gateway/client": ["./packages/api/gateway/src/client/index.ts"],
|
||||
"@deepseek-ai/dsh-api-gateway/invariant": ["./packages/api/gateway/src/invariant.ts"],
|
||||
"@deepseek-ai/dsh-api-gateway/types": ["./packages/api/gateway/src/types.ts"],
|
||||
"@deepseek-ai/dsh-type-meta": ["./packages/typert/type-meta/src/index.ts"],
|
||||
"@deepseek-ai/dsh-type-meta/types": ["./packages/typert/type-meta/src/types.ts"],
|
||||
"@deepseek-ai/dsh-typert-loader": ["./packages/typert/loader/src/index.ts"],
|
||||
@@ -151,8 +151,8 @@
|
||||
"@deepseek-ai/dsh-client-schema-form/invariant": ["./packages/client/schema-form/src/invariant.ts"],
|
||||
"@deepseek-ai/dsh-client-web-react": ["./packages/client/web-react/src"],
|
||||
"@deepseek-ai/dsh-client-connection": ["./packages/client/connection/src"],
|
||||
"@deepseek-ai/dsh-client-remotes": ["./packages/client/remotes/src"],
|
||||
"@deepseek-ai/dsh-client-remotes/client": ["./packages/client/remotes/src/client/index.ts"],
|
||||
"@deepseek-ai/dsh-api-remotes": ["./packages/api/remotes/src"],
|
||||
"@deepseek-ai/dsh-api-remotes/client": ["./packages/api/remotes/src/client/index.ts"],
|
||||
"@deepseek-ai/dsh-client-hmr": ["./packages/client/hmr/src"],
|
||||
"@deepseek-ai/dsh-client-modules": ["./packages/client/modules/src"],
|
||||
"@deepseek-ai/dsh-client-runtime": ["./packages/client/runtime/src"],
|
||||
|
||||
Reference in New Issue
Block a user