Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Sep 2, 2023
1 parent 97a47ab commit 232e88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/cli/next-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ const nextDev: CliCommand = async (argv) => {
...devServerOptions,
isDev: true,
})
const distDir = path.join(dir, rawNextConfig.distDir || '.next')

const { pagesDir, appDir } = findPagesDir(dir)
const telemetry = new Telemetry({
distDir,
Expand Down

0 comments on commit 232e88f

Please sign in to comment.