We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e66e56 commit c109fcdCopy full SHA for c109fcd
packages/devtools-connect/src/index.ts
@@ -1,8 +1,8 @@
1
export * from './types';
2
+export { connectMongoClient } from './connect';
3
export type {
4
DevtoolsConnectOptions,
5
DevtoolsConnectionState,
6
} from './connect';
7
export { hookLogger } from './log-hook';
8
export { oidcServerRequestHandler } from './oidc/handler';
-export { connectMongoClient } from './connect';
0 commit comments