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 b84ca05 commit fe8c432Copy full SHA for fe8c432
packages/next/src/cli/next-dev.ts
@@ -61,7 +61,7 @@ const handleSessionStop = async () => {
61
typeof traceGlobals.get('pagesDir') === 'undefined' ||
62
typeof traceGlobals.get('appDir') === 'undefined'
63
) {
64
- const pagesResult = await findPagesDir(dir, !!config.experimental.appDir)
+ const pagesResult = findPagesDir(dir, !!config.experimental.appDir)
65
appDir = !!pagesResult.appDir
66
pagesDir = !!pagesResult.pagesDir
67
}
0 commit comments