Skip to content

Commit 46943a8

Browse files
chore(drive-integration): add VITE_ENV to vite-env.d.ts type declarations
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent aa84389 commit 46943a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/drive-integration/src/vite-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ interface ImportMetaEnv {
55
readonly VITE_LD_CLIENT_ID?: string;
66
readonly VITE_GOOGLE_PICKER_API_KEY?: string;
77
readonly VITE_GOOGLE_APP_ID?: string;
8+
readonly VITE_ENV?: string;
89
}
910

1011
declare module '*.png' {

0 commit comments

Comments
 (0)