diff options
Diffstat (limited to 'src/react-app-env.d.ts')
| -rw-r--r-- | src/react-app-env.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/react-app-env.d.ts b/src/react-app-env.d.ts index ac88680..cfb4b82 100644 --- a/src/react-app-env.d.ts +++ b/src/react-app-env.d.ts @@ -5,6 +5,7 @@ declare global { readonly VITE_CDN_URL?: string; readonly VITE_HEARDLE_SALT?: string; readonly VITE_HEARDLE_API_URL?: string; + readonly VITE_START_DATE?: string; } interface ImportMeta { |
