Files
Jordan Ritter bf3d32200c fix: add Nx implicit dependency on runtime for build ordering
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.
2026-03-02 19:45:06 -08:00

5 lines
98 B
JSON

{
"name": "@copilotkit/runtime-client-gql",
"implicitDependencies": ["@copilotkit/runtime"]
}