MCPcopy
hub / github.com/crxjs/chrome-extension-tools / ImportMetaEnv

Interface ImportMetaEnv

test/env.d.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// <reference types="vite/client" />
2
3interface ImportMetaEnv
4 extends Readonly<Record<string, string>> {
5 readonly VITE_APP_TITLE: string
6 // more env variables...
7}
8
9interface ImportMeta {
10 readonly env: ImportMetaEnv

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected