| 3 | |
| 4 | declare namespace NodeJS { |
| 5 | interface Process { |
| 6 | env: ProcessEnv; |
| 7 | } |
| 8 | interface ProcessEnv { |
| 9 | /** |
| 10 | * By default, there are two modes in Vite: |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…