We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c3549 commit a2008ffCopy full SHA for a2008ff
genkit-tools/cli/src/commands/start.ts
@@ -40,6 +40,7 @@ export const start = new Command('start')
40
runtimePromise = new Promise((urlResolver, reject) => {
41
const appProcess = spawn(start.args[0], start.args.slice(1), {
42
env: { ...process.env, GENKIT_ENV: 'dev' },
43
+ shell: process.platform === 'win32',
44
});
45
46
const originalStdIn = process.stdin;
0 commit comments