Files
cypress/packages/frontend-shared/env.d.ts
2021-09-30 12:11:47 -04:00

5 lines
126 B
TypeScript

// Unsure why the ImportMeta type isn't picking this up.
interface ImportMetaEnv {
VITE_CYPRESS_INTERNAL_GQL_PORT: string
}