Skip to content

Commit

Permalink
Remove older way we were trying for app env
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Oct 25, 2024
1 parent db815cc commit 884a006
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions react/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
/// <reference types="vite/client" />

interface Env {
designSafeUrl: string;
backend: string;
geoapiUrl: string;
designsafePortalUrl: string;
clientId: string;
host: string;
baseHref: string;
jwt: string;
mapillaryAuthUrl: string;
mapillaryTokenUrl: string;
mapillaryApiUrl: string;
mapillaryTileUrl: string;
mapillaryScope: string;
mapillaryClientSecret: string;
mapillaryClientId: string;
mapillaryClientToken: string;
}

interface ProcessEnv {
env: Env;
}

declare const process: ProcessEnv;

0 comments on commit 884a006

Please sign in to comment.