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",
|
||||
"bunVersion": "1",
|
||||
"outputDirectory": "dist",
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
|
||||
"buildCommand": "bun run build",
|
||||
"installCommand": "bun install",
|
||||
"routes": [
|
||||
{ "src": "/(.*)", "dest": "/$1" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user