aboutsummaryrefslogtreecommitdiffstats
path: root/src/react-app-env.d.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-04 18:34:18 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-04 18:34:18 -0700
commit95602704d53bb72d96d4947869bce63830888d52 (patch)
tree89f158d98beb5667ececf371258545aef5c64732 /src/react-app-env.d.ts
parent66a7890647d225957d81c8b361a46d0f797025da (diff)
overhaul how daily is updated from server to client
Diffstat (limited to 'src/react-app-env.d.ts')
-rw-r--r--src/react-app-env.d.ts9
1 files changed, 9 insertions, 0 deletions
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 @@
/// <reference types="react-scripts" />
+declare global {
+ interface ImportMetaEnv {
+ readonly VITE_CDN_URL?: string;
+ }
+
+ interface ImportMeta {
+ readonly env: ImportMetaEnv;
+ }
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage