functions folder and I use next-on-pages to build the app, and these are incompatible with each other (the same applies to HoneyComb): https://baselime.io/docs/sending-data/platforms/cloudflare/pages/Can't resolve 'perf_hooks', and as I understand it, this is because Pages is not a full Node environment: https://baselime.io/docs/sending-data/languages/next.js/. Is there any way to resolve perf_hooks, child_process, fs, os, http?

