Commit 206c648
fix: remove outputFileTracingRoot — conflicts with turbopack.root in Next.js 16
Next.js 16 requires outputFileTracingRoot and turbopack.root to have the same
value. Setting outputFileTracingRoot to web/ overrode turbopack.root (desktop/)
and broke pnpm symlink resolution during the production build.
The nested standalone layout (web/server.js) is already handled by the updated
prepare-web.js and electron/main.js, so outputFileTracingRoot is not needed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f1de423 commit 206c648
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
0 commit comments