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 5f99794 commit 67e418aCopy full SHA for 67e418a
packages/devextreme-cli/testing/env.nextjs.js
@@ -11,7 +11,7 @@ function getConfig({ engine, template, fileExtension, templateExtension, transpi
11
const appName = 'my-app';
12
const sandboxPath = path.join(process.cwd(), `./testing/sandbox/${engine}`);
13
const appPath = path.join(sandboxPath, appName);
14
- const appLayoutPath = path.join(sandboxPath, appName, `src/Content.${templateExtension}`);
+ const appLayoutPath = path.join(sandboxPath, appName, `src/app/layout.${templateExtension}`);
15
16
const config = {
17
engine: engine,
0 commit comments