Further cleanup, mostly with svelte 5 migration placeholder cleanup

This commit is contained in:
Mawoka
2025-10-26 11:53:53 +01:00
parent 0c23d9b9c1
commit 41fe3e3ad5
74 changed files with 309 additions and 1154 deletions
+9 -2
View File
@@ -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 {