fix(cli): resolve executable path for Claude CLI on Windows

This commit is contained in:
Haileyesus
2026-05-04 11:26:01 +03:00
parent c50351ee59
commit e6be3528cc
5 changed files with 199 additions and 13 deletions

View File

@@ -157,7 +157,7 @@ export default tseslint.config(
},
{
type: "backend-shared-utils", // shared backend runtime helpers that modules may import directly
pattern: ["server/shared/utils.{js,ts}"], // classify the shared utils file so modules can depend on it explicitly
pattern: ["server/shared/utils.{js,ts}", "server/shared/claude-cli-path.ts"], // classify the shared utils file so modules can depend on it explicitly
mode: "file",
},
{