Skip to content

Commit 64e79ef

Browse files
wip. test checking
1 parent 056cb6d commit 64e79ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ module.exports = class NextJsServer {
2525
}
2626

2727
async start() {
28-
console.log('----RUN START SERVER CMD------>');
28+
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)