diff options
Diffstat (limited to 'src/react-app-env.d.ts')
| -rw-r--r-- | src/react-app-env.d.ts | 9 |
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; + } +} |
