From 95602704d53bb72d96d4947869bce63830888d52 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 4 Jun 2026 18:34:18 -0700 Subject: overhaul how daily is updated from server to client --- src/react-app-env.d.ts | 9 +++++++++ 1 file changed, 9 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 6431bc5..f6733c9 100644 --- a/src/react-app-env.d.ts +++ b/src/react-app-env.d.ts @@ -1 +1,10 @@ /// +declare global { + interface ImportMetaEnv { + readonly VITE_CDN_URL?: string; + } + + interface ImportMeta { + readonly env: ImportMetaEnv; + } +} -- cgit v1.2.3