aboutsummaryrefslogtreecommitdiffstats
path: root/src/react-app-env.d.ts
blob: cfb4b8282678057272f91a1fb3f303af83df40ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// <reference types="react-scripts" />

declare global {
  interface ImportMetaEnv {
    readonly VITE_CDN_URL?: string;
    readonly VITE_HEARDLE_SALT?: string;
    readonly VITE_HEARDLE_API_URL?: string;
    readonly VITE_START_DATE?: string;
  }

  interface ImportMeta {
    readonly env: ImportMetaEnv;
  }
}

export {};
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage