MCPcopy
hub / github.com/epicweb-dev/epic-stack / ProcessEnv

Interface ProcessEnv

app/utils/env.server.ts:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22declare global {
23 namespace NodeJS {
24 interface ProcessEnv extends z.infer<typeof schema> {}
25 }
26}
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected