()
| 65 | }, |
| 66 | turbopack: {}, |
| 67 | async headers() { |
| 68 | return [ |
| 69 | { |
| 70 | source: "/:path*", |
| 71 | headers: [ |
| 72 | { key: "Cache-Control", value: "no-store, no-cache, must-revalidate, max-age=0" }, |
| 73 | { key: "Pragma", value: "no-cache" }, |
| 74 | { key: "CDN-Cache-Control", value: "no-store" }, |
| 75 | ], |
| 76 | }, |
| 77 | ]; |
| 78 | }, |
| 79 | }; |
| 80 | |
| 81 | export default nextConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected