mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* 🐛 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>
21 lines
458 B
JSON
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"
|
|
}
|
|
]
|
|
}
|