This website requires JavaScript.
Explore
Help
Register
Sign In
MythEclipse
/
proxy-bun
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
9dc32e8b10e8a255bfa41391f75a3e4fe39eaa2b
proxy-bun
/
vercel.json
T
7 lines
102 B
JSON
Raw
Normal View
History
Unescape
Escape
fix: replace stripRelayHeaders with filterHeaders and add BLOCKED_HEADERS set
2026-05-07 21:16:31 +07:00
{
fix: correct Vercel Bun runtime config and handler export format
2026-06-10 21:20:16 +07:00
"bunVersion"
:
"1.x"
,
fix: add Vercel-compatible relay handler and fix vercel.json runtime
2026-06-10 21:17:21 +07:00
"rewrites"
:
[
{
"source"
:
"/(.*)"
,
"destination"
:
"/api/relay"
}
]
fix: replace stripRelayHeaders with filterHeaders and add BLOCKED_HEADERS set
2026-05-07 21:16:31 +07:00
}
Reference in New Issue
Copy Permalink