Skip to content

Commit

Permalink
refactor: no need to bundle compose-cli types
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Aug 28, 2024
1 parent a53f606 commit 69af387
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/serve-cli/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import sucrase from '@rollup/plugin-sucrase';
*/
const deps = {
'node_modules/@graphql-mesh/serve-cli/index': 'src/index.ts',
'node_modules/@graphql-mesh/compose-cli/index': '../compose-cli/src/types.ts', // we bundle compose types ONLY. adding support for configs with both serve and compose
'node_modules/@graphql-mesh/serve-runtime/index': '../serve-runtime/src/index.ts',
// default transports should be in the container
'node_modules/@graphql-mesh/transport-common/index': '../transports/common/src/index.ts',
Expand Down

0 comments on commit 69af387

Please sign in to comment.