[ERROR] Could not resolve "node:buffer"
Hello, I'm having some issues with building my worker using:
I'm using a PNPM monorepo and the import i'm using is as follows:
I have everything running and working in dev mode, however when I go to build the worker I get the following error:
here is my build.js file with esbuild
3 Replies
Try From Github
@HardAtWork That did the trick, much appreciated!
Is there any way to get this working with sveltekit using the cloudflare-adapter?