Add isTest to settings and ability to redirect to test env. Add rome/imex specific builds.
This commit is contained in:
2
src/env.d.ts
vendored
2
src/env.d.ts
vendored
@@ -3,6 +3,8 @@
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user