mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 07:59:12 -05:00
d39b1694aa
Co-authored-by: Tim Griesser <tgriesser10@gmail.com>
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
|
|
}
|