MCPcopy Index your code
hub / github.com/Sandpack/nodebox-runtime / ProcessEnv

Interface ProcessEnv

tests/global.d.ts:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare namespace NodeJS {
2 export interface ProcessEnv {
3 EMULATOR_HOST: string;
4 PREVIEW_HOST: string;
5 }
6}
7
8declare global {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected