Initial copy of shop partner app.
This commit is contained in:
12
src/env.d.ts
vendored
Normal file
12
src/env.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
export interface ImportMetaEnv {
|
||||
readonly VITE_FIREBASE_CONFIG: string;
|
||||
readonly VITE_GRAPHQL_ENDPOINT: string;
|
||||
readonly VITE_FIREBASE_CONFIG_TEST: string;
|
||||
readonly VITE_GRAPHQL_ENDPOINT_TEST: string;
|
||||
}
|
||||
|
||||
export interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
Reference in New Issue
Block a user