Skip to content

Commit 8a83a96

Browse files
wip. test checking
1 parent 0f3df35 commit 8a83a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ module.exports = class DevServer {
1111
return this.env.engine.indexOf('nextjs') === 0;
1212
}
1313

14-
constructor(env) {
14+
constructor(env, { port }) {
1515
this.env = env;
1616
this.server = this.isNextJs()
17-
? new NextJsServer(this.env)
17+
? new NextJsServer(this.env, { port })
1818
: new WebServer();
1919
}
2020

0 commit comments

Comments
 (0)