Skip to content

Commit 7910fc1

Browse files
authored
Merge pull request #176 from Ancientkingg/main
fix: Add shell true to turbowatch in `fullstack-templates/saas`
2 parents c20e19e + fa5c9f6 commit 7910fc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fullstack-templates/saas/turbowatch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function executeCommand(command: string | string[], abortSignal?: AbortSignal):
1515
process = spawn(cmd, args, {
1616
cwd: __dirname,
1717
stdio: 'inherit',
18+
shell: true,
1819
});
1920

2021
// When the process exits, resolve or reject the promise

0 commit comments

Comments
 (0)