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 1784b78 commit ae329d7Copy full SHA for ae329d7
packages/prompts/src/path.ts
@@ -1,6 +1,5 @@
1
import { existsSync, lstatSync, readdirSync } from 'node:fs';
2
-import { join } from 'node:path';
3
-import { dirname } from 'knip/dist/util/path.js';
+import { join, dirname } from 'node:path';
4
import { autocomplete } from './autocomplete.js';
5
import type { CommonOptions } from './common.js';
6
0 commit comments