| 1 | declare global { |
| 2 | namespace NodeJS { |
| 3 | interface ProcessEnv { |
| 4 | __NEXT_PRIVATE_STANDALONE_CONFIG?: string; |
| 5 | SKIP_NEXT_APP_BUILD?: string; |
| 6 | SKIP_WRANGLER_CONFIG_CHECK?: string; |
| 7 | NEXT_PRIVATE_DEBUG_CACHE?: string; |
| 8 | OPEN_NEXT_ORIGIN: string; |
| 9 | NODE_ENV?: string; |
| 10 | } |
| 11 | } |
| 12 | } |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected