MCPcopy
hub / github.com/unpkg/unpkg / Env

Interface Env

packages/unpkg-app/src/env.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Env {
2 ASSETS_ORIGIN: string;
3 DEV: boolean;
4 FILES_ORIGIN: string;
5 MODE: "development" | "production" | "staging" | "test";
6 ORIGIN: string;
7 WWW_ORIGIN: string;
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected