mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-11 20:09:47 -05:00
5 lines
126 B
TypeScript
5 lines
126 B
TypeScript
// Unsure why the ImportMeta type isn't picking this up.
|
|
interface ImportMetaEnv {
|
|
VITE_CYPRESS_INTERNAL_GQL_PORT: string
|
|
}
|