Skip to content

Commit

Permalink
Add generic-auth to the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 20, 2024
1 parent 38396c1 commit 74c0c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/serve-cli/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const deps = {
'node_modules/@graphql-mesh/hmac-upstream-signature/index':
'../plugins/hmac-upstream-signature/src/index.ts',
'node_modules/@graphql-mesh/plugin-opentelemetry/index': '../plugins/opentelemetry/src/index.ts',
'node_modules/@envelop/generic-auth/index':
'../../node_modules/@envelop/generic-auth/esm/index.js',
};

if (process.env.E2E_SERVE_RUNNER === 'docker') {
Expand Down

0 comments on commit 74c0c82

Please sign in to comment.