| 3 | declare const __APP_VERSION__: string; |
| 4 | |
| 5 | interface ImportMetaEnv { |
| 6 | readonly VITE_SENTRY_DSN?: string; |
| 7 | readonly VITE_WS_API_URL?: string; |
| 8 | } |
| 9 | |
| 10 | interface ImportMeta { |
| 11 | readonly env: ImportMetaEnv; |
nothing calls this directly
no outgoing calls
no test coverage detected