feat: add schema and bunVersion to vercel.json configuration
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
|
"bunVersion": "1.x",
|
||||||
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
|
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
|
||||||
"functions": {
|
"functions": {
|
||||||
"api/**/*.ts": {
|
"api/**/*.ts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user