aboutsummaryrefslogtreecommitdiff
path: root/env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'env.d.ts')
-rw-r--r--env.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/env.d.ts b/env.d.ts
index 25a0ba9..53d0520 100644
--- a/env.d.ts
+++ b/env.d.ts
@@ -2,6 +2,8 @@
/// <reference types="vite-svg-loader" />
interface ImportMetaEnv {
+ VITE_PLAUSIBLE_API_HOST: string;
+ VITE_PLAUSIBLE_DOMAIN: string;
PACKAGE_VERSION: string;
PROD: boolean;
}