mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
bf3d32200c
runtime-client-gql's graphql-codegen needs the schema file generated by @copilotkit/runtime's build. After removing the package.json dependency (to fix bundle size), Nx no longer orders the builds correctly. implicitDependencies restores build ordering without reintroducing the runtime dependency.
5 lines
98 B
JSON
5 lines
98 B
JSON
{
|
|
"name": "@copilotkit/runtime-client-gql",
|
|
"implicitDependencies": ["@copilotkit/runtime"]
|
|
}
|