📹 platform.ts

This commit is contained in:
nirholas
2026-03-31 10:24:24 +00:00
parent 53052ad465
commit d34c5b4f57

View File

@@ -148,3 +148,4 @@ export async function detectVcs(dir?: string): Promise<string[]> {
return [...detected] return [...detected]
} }