Skip to content

Commit

Permalink
chore(types): add VITE_DRIFTDB_URL to env.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 27, 2024
1 parent 4cd6bd2 commit 9a2b9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ interface ImportMetaEnv {
readonly VITE_API_URL: string;
readonly VITE_APP_NAME: string;
readonly VITE_APP_VERSION: string;
readonly VITE_DRIFTDB_URL: string;
}

interface ImportMeta {
Expand Down

0 comments on commit 9a2b9cc

Please sign in to comment.