mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* improve discord interaction * improve discord interaction * update * update Message engine * add test * update vercel route
15 lines
352 B
JSON
15 lines
352 B
JSON
{
|
|
"buildCommand": "bun run build:vercel",
|
|
"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"
|
|
}
|
|
]
|
|
}
|