astro/packages/integrations/cloudflare/src/shim.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
56 B
TypeScript
Raw Normal View History

(globalThis as any).process = {
argv: [],
env: {},
};