| 12 | // BUILD_TIMESTAMP is injected at build time via vite.config.ts define, not a VITE_ env var |
| 13 | declare namespace NodeJS { |
| 14 | interface ProcessEnv { |
| 15 | readonly BUILD_TIMESTAMP: string |
| 16 | } |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected