We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b7756 commit 08ab67fCopy full SHA for 08ab67f
src/utils/git.ts
@@ -1,4 +1,4 @@
1
-import { getRepoRoot, REPO_ROOT } from "./paths";
+import { getRepoRoot } from "./paths";
2
import { exec } from "./shell";
3
4
export async function isGitRepo(): Promise<boolean> {
0 commit comments