Skip to content

Commit d2dfdf4

Browse files
wip. test checking
1 parent 64e79ef commit d2dfdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/testing/nextjs-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = class NextJsServer {
2828
console.log('----RUN START SERVER CMD----port-->', this.port);
2929
({ proc: this.proc } = await runCommand('npx', ['next', 'start', `-p ${this.port}`], {
3030
cwd: this.env.appPath,
31-
// detached: true,
31+
detached: true,
3232
shell: false,
3333
stdio: 'ignore',
3434
}));

0 commit comments

Comments
 (0)