提交 d483fa49 编写于 作者: J JJ Kasper 提交者: Tim Neutkens

Don't run findPagesDir in production mode (#8896)

上级 0410a43d
......@@ -66,7 +66,7 @@ export default class Server {
quiet: boolean
nextConfig: NextConfig
distDir: string
pagesDir: string
pagesDir?: string
publicDir: string
pagesManifest: string
buildId: string
......@@ -97,7 +97,6 @@ export default class Server {
this.dir = resolve(dir)
this.quiet = quiet
const phase = this.currentPhase()
this.pagesDir = findPagesDir(this.dir)
this.nextConfig = loadConfig(phase, this.dir, conf)
this.distDir = join(this.dir, this.nextConfig.distDir)
this.publicDir = join(this.dir, CLIENT_PUBLIC_FILES_PATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册