Skip to content

Commit

Permalink
Re-added shim (#3304)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM04 committed May 6, 2022
1 parent 9a67fd6 commit 5d6e273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/integrations/vercel/src/edge/shim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ export let process = {
argv: [],
env: {},
};

export let global = { crypto: globalThis.crypto };

0 comments on commit 5d6e273

Please sign in to comment.