Skip to content

Commit

Permalink
Fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Feb 12, 2024
1 parent 2b6679c commit 3d1d9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next/src/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1319,14 +1319,14 @@ export default async function build(
rootPath: config.experimental.outputFileTracingRoot || dir,
nextConfig: config.nextConfig,
jsConfig: await getTurbopackJsConfig(dir, config),
watch: true,
watch: false,
env: process.env as Record<string, string>,
defineEnv: createDefineEnv({
isTurbopack: true,
allowedRevalidateHeaderKeys: undefined,
clientRouterFilters: undefined,
config,
dev: true,
dev: false,
distDir,
fetchCacheKeyPrefix: undefined,
hasRewrites,
Expand Down

0 comments on commit 3d1d9f1

Please sign in to comment.