| 6 | } |
| 7 | |
| 8 | interface ImportMeta { |
| 9 | readonly env: ImportMetaEnv |
| 10 | } |
| 11 | |
| 12 | // BUILD_TIMESTAMP is injected at build time via vite.config.ts define, not a VITE_ env var |
| 13 | declare namespace NodeJS { |
nothing calls this directly
no outgoing calls
no test coverage detected