release: v4.1.0

This commit is contained in:
Amruth Pillai
2024-05-05 14:55:06 +02:00
parent 68252c35fc
commit e87b05a93a
282 changed files with 11461 additions and 10713 deletions

View File

@ -1,9 +1,12 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
/// <reference types="vite/client" />
declare const appVersion: string;
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface ImportMetaEnv {}
interface ImportMetaEnv {
VITE_CLIENT_SENTRY_DSN: string | undefined;
VITE_DISABLE_SIGNUPS: string | undefined;
}
interface ImportMeta {
readonly env: ImportMetaEnv;