style: lint

This commit is contained in:
Neko Ayaka
2026-08-26 19:49:58 +08:00
parent e60a04a4ec
commit 98f40d7d0b
1625 changed files with 75216 additions and 75203 deletions
+8 -8
View File
@@ -1,13 +1,13 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_DISTRIBUTION?: 'direct' | 'steam'
readonly VITE_DISABLE_FLUX_PURCHASE?: string
readonly VITE_DISABLE_CUSTOM_PROVIDERS?: string
readonly VITE_ENABLE_POSTHOG?: string
readonly VITE_POSTHOG_PROJECT_KEY?: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
interface ImportMetaEnv {
readonly VITE_DISABLE_CUSTOM_PROVIDERS?: string
readonly VITE_DISABLE_FLUX_PURCHASE?: string
readonly VITE_DISTRIBUTION?: 'direct' | 'steam'
readonly VITE_ENABLE_POSTHOG?: string
readonly VITE_POSTHOG_PROJECT_KEY?: string
}