From 39f75924217a1e9987d97727124b19f7244192bb Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 6 Jun 2026 01:55:27 -0700 Subject: implement stateless session guess checking --- src/react-app-env.d.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/react-app-env.d.ts') 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 @@ /// + 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 {}; -- cgit v1.2.3