6 lines
170 B
JSON
6 lines
170 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"bunVersion": "1",
|
|
"outputDirectory": "dist",
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }]
|
|
} |