MCPcopy Create free account
hub / github.com/vercel/examples / rewrites

Function rewrites

python/vibe-coding-ide/frontend/next.config.ts:4–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3const nextConfig: NextConfig = {
4 async rewrites() {
5 return [
6 {
7 source: '/api/:path*',
8 destination: 'http://localhost:8081/api/:path*',
9 },
10 ]
11 },
12}
13
14export default nextConfig

Callers 3

withConfigcatFunction · 0.50
withUpstashFunction · 0.50
withCountryInfoFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected