Files
lobehub/vercel.json
sxjeru 8ca9c0100e 🐛 fix(vercel): add database migration to build command (#12551)
* 🐛 fix(vercel): add database migration to build command

* 🐛 fix(build): update Vercel build command to use new build script

---------

Co-authored-by: Arvin Xu <arvinx@foxmail.com>
2026-03-01 20:56:32 +08:00

21 lines
458 B
JSON

{
"buildCommand": "bun run build:vercel",
"crons": [
{
"path": "/api/agent/gateway/discord",
"schedule": "*/9 * * * *"
}
],
"installCommand": "npx pnpm@10.26.2 install",
"rewrites": [
{
"source": "/_dangerous_local_dev_proxy",
"destination": "/_dangerous_local_dev_proxy.html"
},
{
"source": "/_dangerous_local_dev_proxy/:path*",
"destination": "/_dangerous_local_dev_proxy.html"
}
]
}