()
| 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: { |
nothing calls this directly
no outgoing calls
no test coverage detected