⛴️ versions.ts

This commit is contained in:
nirholas
2026-03-31 10:24:20 +00:00
parent db2fe89832
commit 9294ae6e57

View File

@@ -6,3 +6,4 @@ import { findGitRoot } from '../git.js'
export function projectIsInGitRepo(cwd: string): boolean { export function projectIsInGitRepo(cwd: string): boolean {
return findGitRoot(cwd) !== null return findGitRoot(cwd) !== null
} }