Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly DB_PASSWORD: string;
readonly PUBLIC_SOME_KEY: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;