📐 path.ts

This commit is contained in:
nirholas
2026-03-31 10:24:22 +00:00
parent abbd58cdda
commit 28bd5e4663

View File

@@ -153,3 +153,4 @@ export function normalizePathForConfigKey(path: string): string {
// This is safe because forward slashes work in Windows paths for most operations
return normalized.replace(/\\/g, '/')
}