Files
lobehub/vercel.json
Arvin Xu 46c9cb3b03 💄 style: improve discord interaction (#12573)
* improve discord interaction

* improve discord interaction

* update

* update Message engine

* add test

* update vercel route
2026-03-02 16:13:21 +08:00

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"
}
]
}