We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
global
1 parent 38f3e63 commit e6fab5fCopy full SHA for e6fab5f
src/helpers/setUpEdgeFunction.js
@@ -81,7 +81,6 @@ const setUpEdgeFunction = async ({ angularJson, constants, failBuild }) => {
81
import process from "node:process"
82
83
globalThis.process = process
84
- globalThis.global = globalThis
85
globalThis.DenoEvent = globalThis.Event // storing this for fixup-event.mjs
86
`
87
0 commit comments