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 0511d11 commit df483f1Copy full SHA for df483f1
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/app/layout.${templateExtension}`);
+ const appLayoutPath = path.join(sandboxPath, appName, `src/app/pages/layout.${templateExtension}`);
15
16
const config = {
17
engine: engine,
0 commit comments