MCPcopy
hub / github.com/opennextjs/opennextjs-cloudflare / ProcessEnv

Interface ProcessEnv

packages/cloudflare/env.d.ts:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 namespace NodeJS {
3 interface ProcessEnv {
4 __NEXT_PRIVATE_STANDALONE_CONFIG?: string;
5 SKIP_NEXT_APP_BUILD?: string;
6 SKIP_WRANGLER_CONFIG_CHECK?: string;
7 NEXT_PRIVATE_DEBUG_CACHE?: string;
8 OPEN_NEXT_ORIGIN: string;
9 NODE_ENV?: string;
10 }
11 }
12}
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected