()
| 4 | const nextConfig: NextConfig = { |
| 5 | devIndicators: false, |
| 6 | async redirects() { |
| 7 | return [ |
| 8 | { |
| 9 | source: "/", |
| 10 | destination: "/workflows", |
| 11 | permanent: false, |
| 12 | } |
| 13 | ]; |
| 14 | }, |
| 15 | }; |
| 16 | |
| 17 | export default withSentryConfig(nextConfig, { |
nothing calls this directly
no outgoing calls
no test coverage detected