MCPcopy
hub / github.com/postgres-ai/database-lab-engine / ProcessEnv

Interface ProcessEnv

ui/packages/ce/src/vite-env.d.ts:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12// BUILD_TIMESTAMP is injected at build time via vite.config.ts define, not a VITE_ env var
13declare namespace NodeJS {
14 interface ProcessEnv {
15 readonly BUILD_TIMESTAMP: string
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected