We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a4ba5 commit 6a253a8Copy full SHA for 6a253a8
packages/devextreme-cli/testing/nextjs-server.js
@@ -30,6 +30,7 @@ module.exports = class NextJsServer {
30
({ proc: this.proc } = await runCommand('npx', ['next', 'start', `-p ${this.port}`], {
31
cwd: this.env.appPath,
32
detached: true,
33
+ shell: false,
34
stdio: 'ignore',
35
}));
36
}
0 commit comments