mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* Update package.json * Update next.config.ts * improve webpack handling * 调整构建命令以增加内存限制并更新 Vercel 构建命令
5 lines
91 B
JSON
5 lines
91 B
JSON
{
|
|
"buildCommand": "bun run build:vercel",
|
|
"installCommand": "npx bun@1.2.23 install"
|
|
}
|