Skip to content

Commit 9ac0725

Browse files
wip. refactor
1 parent efa40ac commit 9ac0725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = class DevServer {
4040
this.env = env;
4141

4242
if(this.isNextJs()) {
43-
this.nextJsState = new nextJsState();
43+
this.nextJsState = new nextJsState(this.env);
4444
}
4545
}
4646

0 commit comments

Comments
 (0)