mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-24 19:55:02 +00:00
fix(cli): resolve executable path for Claude CLI on Windows
This commit is contained in:
@@ -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",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user