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 9fb4455 commit e699e95Copy full SHA for e699e95
packages/mongodb-runner/src/cli.ts
@@ -5,7 +5,7 @@ import path from 'path';
5
import createDebug from 'debug';
6
import * as utilities from './index';
7
import { ConnectionString } from 'mongodb-connection-string-url';
8
-import { MongoClientOptions } from 'mongodb';
+import type { MongoClientOptions } from 'mongodb';
9
10
(async function () {
11
const defaultRunnerDir = path.join(os.homedir(), '.mongodb', 'runner2');
0 commit comments