feat: simplify vercel.json by removing function configuration and updating bunVersion
This commit is contained in:
+2
-7
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"bunVersion": "1.x",
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
|
||||
"functions": {
|
||||
"api/**/*.ts": {
|
||||
"runtime": "bun"
|
||||
}
|
||||
}
|
||||
"bunVersion": "1",
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
|
||||
}
|
||||
Reference in New Issue
Block a user