Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <steven@ceriously.com>
  • Loading branch information
ijjk and styfle committed Nov 8, 2021
1 parent 9f6e9e2 commit 64ce2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/utils.ts
Expand Up @@ -1214,7 +1214,7 @@ export async function copyTracedFiles(
await handleTraceFiles(path.join(distDir, 'next-server.js.nft.json'))
const serverOutputPath = path.join(
outputPath,
path.relative(tracingRoot || dir, dir),
path.relative(tracingRoot, dir),
'server.js'
)
await fs.writeFile(
Expand Down

0 comments on commit 64ce2cd

Please sign in to comment.