{ "rewrites": [{ "source": "/(.*)", "destination": "/api/relay" }], "functions": { "api/**/*.ts": { "runtime": "bun" } } }