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

declare global {
  interface ImportMetaEnv {
    readonly VITE_CDN_URL?: string;
    readonly VITE_HEARDLE_SALT?: string;
    readonly VITE_HEARDLE_API_URL?: 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