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",
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
"bunVersion": "1.x",
|
"bunVersion": "1",
|
||||||
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
|
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
|
||||||
"functions": {
|
|
||||||
"api/**/*.ts": {
|
|
||||||
"runtime": "bun"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user