I think you can just add the following to your wrangler.toml file: ```compatibility_flags = ["nodejs

I think you can just add the following to your wrangler.toml file:
compatibility_flags = ["nodejs_compact"]

https://developers.cloudflare.com/workers/runtime-apis/nodejs/#enable-nodejs-with-workers
Was this page helpful?