mirror of
https://github.com/dergigi/boris.git
synced 2026-02-09 17:14:58 +01:00
fix: remove ImportMeta interface redeclaration
- ImportMeta is already defined as built-in global by vite/client - Keep only ImportMetaEnv extension for custom env variables - Fixes eslint no-redeclare error
This commit is contained in:
4
src/vite-env.d.ts
vendored
4
src/vite-env.d.ts
vendored
@@ -3,7 +3,3 @@
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_DEFAULT_ARTICLE_NADDR: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user