diff --git a/apps/proxy/vercel.json b/apps/proxy/vercel.json new file mode 100644 index 0000000000..7d0647fdb7 --- /dev/null +++ b/apps/proxy/vercel.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "buildCommand": "echo 'No build step required: the proxy is deployed as Vercel Functions from api/'" +}