8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }],
|
|
"functions": {
|
|
"api/**/*.ts": {
|
|
"runtime": "bun"
|
|
}
|
|
}
|
|
} |