Commit d520808
committed
fix: increase Node.js heap limit for Next.js build to prevent OOM on Vercel
The 8GB Vercel build machine defaults to ~1.5GB Node.js heap, which is
insufficient for the docs site build (React Compiler + MDX + Shiki).1 parent 41dbd3f commit d520808
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments