mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 07:04:25 +00:00
Document npm run dev for watch mode development
This commit is contained in:
parent
bc670bc63c
commit
bc01ed5eb6
3 changed files with 14 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ function getShellConfig(): { shell: string; args: string[] } {
|
|||
|
||||
throw new Error(
|
||||
`Git Bash not found. Please install Git for Windows from https://git-scm.com/download/win\n` +
|
||||
`Searched in:\n${paths.map((p) => ` ${p}`).join("\n")}`,
|
||||
`Searched in:\n${paths.map((p) => ` ${p}`).join("\n")}`,
|
||||
);
|
||||
}
|
||||
return { shell: "sh", args: ["-c"] };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue