Uncaught Error: No such module "node:events".
I'm trying to deploy my SvelteKit app on Cloudflare using bun
I'm using the crypto module (importing it with
node:crypto
) and this is my wrangler.json
:
I don't think that cloudflare is reading the configuration file tho because after a success message i get this:
3 Replies
I removed the wrangler file and added the same things here just to be sure and nothing changed

full logs
I tried switching to npm and nothing changed