diff --git a/packages/serve-cli/rollup.config.js b/packages/serve-cli/rollup.config.js index 1d782ae595063..c33035678be97 100644 --- a/packages/serve-cli/rollup.config.js +++ b/packages/serve-cli/rollup.config.js @@ -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',