diff options
Diffstat (limited to 'env.d.ts')
-rw-r--r-- | env.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |