ditto/packages/ditto/workers/deno-env.ts
2025-02-26 18:19:30 -06:00

2 lines
98 B
TypeScript

// @ts-ignore Don't try to access the env from this worker.
Deno.env = new Map<string, string>();