Further cleanup, mostly with svelte 5 migration placeholder cleanup
This commit is contained in:
Vendored
+9
-2
@@ -5,8 +5,15 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_APP_TITLE: string;
|
||||
// more env variables...
|
||||
readonly VITE_GOOGLE_AUTH_ENABLED?: string;
|
||||
readonly VITE_GITHUB_AUTH_ENABLED?: string;
|
||||
readonly VITE_CAPTCHA_ENABLED?: string;
|
||||
readonly VITE_CUSTOM_OAUTH_NAME?: string;
|
||||
readonly VITE_REGISTRATION_DISABLED?: string;
|
||||
readonly VITE_HCAPTCHA?: string;
|
||||
readonly VITE_RECAPTCHA?: string;
|
||||
readonly VITE_SENTRY?: string;
|
||||
readonly VITE_PLAUSIBLE_DATA_URL?: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user