Document npm run dev for watch mode development

This commit is contained in:
Mario Zechner 2025-11-13 23:42:04 +01:00
parent bc670bc63c
commit bc01ed5eb6
3 changed files with 14 additions and 6 deletions

View file

@ -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"] };