mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
// Polyfill for Node.js globals that libraries expect
|
|
// This must be imported FIRST before any other imports
|
|
|
|
// @ts-ignore - k6 doesn't have process
|
|
globalThis.process = globalThis.process || { env: {} };
|