👷 build: fix build scripts (#5497)

This commit is contained in:
Arvin Xu
2025-01-17 20:02:27 +08:00
committed by GitHub
parent 73a4e3d6bc
commit a33c75b22a

View File

@@ -1,4 +1,4 @@
{
"buildCommand": "NODE_OPTIONS=--max-old-space-size=6144 next build",
"buildCommand": "NODE_OPTIONS=--max-old-space-size=6144 bun run build",
"installCommand": "bun install"
}