it looks like one of the modules you use rely on `global` being present - have you updated any depen
it looks like one of the modules you use rely on
global being present - have you updated any dependencies, or changed anything? A quick "solution" could be to add globalThis.global = globalThis at the beginning of your code - which can be done somehow in the nitro/vite/unbuild/somewhere-in-the-chain config


