()
| 4 | * Decide if the currently running process is part of the build phase or happening at runtime. |
| 5 | */ |
| 6 | export function isBuild(): boolean { |
| 7 | return process.env.NEXT_PHASE === PHASE_PRODUCTION_BUILD; |
| 8 | } |
no outgoing calls
no test coverage detected