feat: implement Edge Proxy Relay with request handling and header filtering

This commit is contained in:
MythEclipse
2026-05-07 19:49:52 +07:00
parent d8e1e125b1
commit 212ce32480
5 changed files with 198 additions and 7 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"bunVersion": "1",
"buildCommand": "bun run build",
"installCommand": "bun install",
"routes": [
{ "src": "/(.*)", "dest": "/$1" }
]
"installCommand": "bun install"
}