wishlist-app/env.d.ts
Benny Samir Hierl 38600ebacb first commit
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
2022-01-29 11:04:24 +01:00

9 lines
185 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_BASEURL: string
// more env variables...
}
interface ImportMeta {
readonly env: ImportMetaEnv
}