diff --git a/src/utils/path.ts b/src/utils/path.ts index a4d33d8..a2ccad2 100644 --- a/src/utils/path.ts +++ b/src/utils/path.ts @@ -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, '/') } +