MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / rewrites

Function rewrites

frontend/next.config.ts:7–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 output: "standalone",
6
7 async rewrites() {
8 return [
9 {
10 source: "/backend/:path*",
11 destination: "http://127.0.0.1:8796/:path*",
12 },
13 ]
14 },
15
16 // Increase body size limit for Server Actions and API routes (for PDF uploads)
17 experimental: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected