How do I enable node_compat such that "os" and "perf_hooks" can be imported?
We're trying to import
@opentelemtry/api
@opentelemtry/api
but getting errors with transient imports of "os" and "perf_hooks". How can we enable the polyfill for those in pages? The toml config guidance from the CLI is wrong IIUC.