diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-06 01:55:27 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-06 01:55:27 -0700 |
| commit | 39f75924217a1e9987d97727124b19f7244192bb (patch) | |
| tree | 190e44cb9f72a5af41c0e9b9b929dc9b8bb7723b /src/react-app-env.d.ts | |
| parent | cfc9cd8c7770ddc8f151610acd177e54169e28d7 (diff) | |
implement stateless session guess checking
Diffstat (limited to 'src/react-app-env.d.ts')
| -rw-r--r-- | src/react-app-env.d.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts index f6733c9..ac88680 100644 --- a/src/react-app-env.d.ts +++ b/src/react-app-env.d.ts @@ -1,10 +1,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 {}; |
