mirror of
https://github.com/dergigi/boris.git
synced 2026-01-03 23:14:36 +01:00
- ImportMeta is already defined as built-in global by vite/client - Keep only ImportMetaEnv extension for custom env variables - Fixes eslint no-redeclare error
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_DEFAULT_ARTICLE_NADDR: string
|
|
}
|