feat: update vercel.json to restore build and install commands, and adjust routing configuration
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
"bunVersion": "1",
|
"bunVersion": "1",
|
||||||
"outputDirectory": "dist",
|
"buildCommand": "bun run build",
|
||||||
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
|
"installCommand": "bun install",
|
||||||
|
"routes": [
|
||||||
|
{ "src": "/(.*)", "dest": "/$1" }
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user