MCPcopy
hub / github.com/dexie/Dexie.js / ImportMetaEnv

Interface ImportMetaEnv

samples/dexie-cloud-todo-app/src/vite-env.d.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4/// <reference types="@testing-library/jest-dom" />
5
6interface ImportMetaEnv {
7 readonly VITE_DBURL: string
8 readonly VITE_BUILD_TIME: string
9 // Add more env variables here as needed
10}
11
12interface ImportMeta {
13 readonly env: ImportMetaEnv

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected